Home | History | Annotate | Download | only in core

Lines Matching defs:uint32_t

29     static constexpr uint32_t kImpossibleID = ~0;
40 SkPackedID(uint32_t code) {
46 SkPackedID(uint32_t code, SkFixed x, SkFixed y) {
50 uint32_t ID = (x << (kSubShift + kSubShiftX)) |
66 uint32_t code() const {
78 uint32_t hash() const {
85 operator uint32_t() const { return fID; }
89 static unsigned ID2SubX(uint32_t id) {
93 static unsigned ID2SubY(uint32_t id) {
106 uint32_t fID;
215 fImage = alloc->makeArrayDefault<uint32_t>(fWidth * fHeight);
216 allocSize *= sizeof(uint32_t);
273 static uint32_t Hash(SkPackedGlyphID glyphId) {