OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:multiByteGlyphs
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/pdf/
SkPDFMakeToUnicodeCmap.h
17
bool
multiByteGlyphs
,
25
bool
multiByteGlyphs
,
SkPDFMakeToUnicodeCmap.cpp
153
bool
multiByteGlyphs
,
160
if (!
multiByteGlyphs
) {
208
append_bfchar_section(bfcharEntries,
multiByteGlyphs
, cmap);
209
append_bfrange_section(bfrangeEntries,
multiByteGlyphs
, cmap);
215
bool
multiByteGlyphs
,
219
append_tounicode_header(&cmap,
multiByteGlyphs
);
220
SkPDFAppendCmapSections(glyphToUnicode, subset, &cmap,
multiByteGlyphs
,
SkPDFFont.h
55
bool
multiByteGlyphs
() const { return SkPDFFont::IsMultiByte(this->getType()); }
65
if (this->
multiByteGlyphs
() || gid == 0) {
SkPDFFont.cpp
193
SkASSERT(foundFont && multibyte == foundFont->
multiByteGlyphs
());
459
multiByteGlyphs
(),
SkPDFDevice.cpp
[
all
...]
Completed in 72 milliseconds