OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPackedID
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/gpu/
GrGlyph.h
36
PackedID
fPackedID
;
45
fPackedID
= packed;
62
uint16_t glyphID() const { return UnpackID(
fPackedID
); }
95
return glyph.
fPackedID
;
/external/skia/src/gpu/text/
GrBatchFontCache.cpp
211
SkASSERT(fCache.find(glyph->
fPackedID
));
220
const SkGlyph& skGlyph = scaler->grToSkGlyph(glyph->
fPackedID
);
221
if (GrGlyph::kDistance_MaskStyle == GrGlyph::UnpackMaskStyle(glyph->
fPackedID
)) {
GrAtlasTextBlob_regenInBatch.cpp
190
GrGlyph::PackedID id = fGlyphs[glyphOffset]->
fPackedID
;
192
SkASSERT(id == fGlyphs[glyphOffset]->
fPackedID
);
Completed in 79 milliseconds