Searched defs:PackedID (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/gpu/
H A DGrGlyph.h23 typedef uint32_t PackedID; typedef in struct:GrGlyph
27 PackedID fPackedID;
31 void init(GrGlyph::PackedID packed, const SkIRect& bounds) {
58 static inline PackedID Pack(uint16_t glyphID, SkFixed x, SkFixed y) {
64 static inline SkFixed UnpackFixedX(PackedID packed) {
68 static inline SkFixed UnpackFixedY(PackedID packed) {
72 static inline uint16_t UnpackID(PackedID packed) {
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGlyph.h24 typedef uint32_t PackedID; typedef in struct:GrGlyph
28 PackedID fPackedID;
32 void init(GrGlyph::PackedID packed, const SkIRect& bounds) {
59 static inline PackedID Pack(uint16_t glyphID, SkFixed x, SkFixed y) {
65 static inline SkFixed UnpackFixedX(PackedID packed) {
69 static inline SkFixed UnpackFixedY(PackedID packed) {
73 static inline uint16_t UnpackID(PackedID packed) {
77 static inline const GrGlyph::PackedID& GetKey(const GrGlyph& glyph) {
81 static inline uint32_t Hash(GrGlyph::PackedID key) {

Completed in 278 milliseconds