OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGlyphID
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.h
185
uint16_t
fGlyphID
;
187
// A
fGlyphID
of 0 with no fFont always matches.
189
FontRec(SkPDFFont* font, uint32_t fontID, uint16_t
fGlyphID
);
SkPDFFont.cpp
410
uint16_t
fGlyphId
;
430
cmap->writeHexAsText(bfchar[i + j].
fGlyphId
, 4);
536
entry->
fGlyphId
= currentRangeEntry.fStart;
908
search.
fGlyphID
= 0;
[
all
...]
Completed in 43 milliseconds