/* * Copyright 2015 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file.
*/ #ifndef SkMasks_DEFINED #define SkMasks_DEFINED
#include"include/core/SkTypes.h"
#include <cstdint>
class SkMasks { public: // Contains all of the information for a single mask struct MaskInfo {
uint32_t mask;
uint32_t shift; // To the left
uint32_t size; // Of mask width
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.