Searched refs:multiByteGlyphs (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFFontImpl.h | 18 virtual bool multiByteGlyphs() const { return true; } in multiByteGlyphs() function 40 virtual bool multiByteGlyphs() const { return true; } in multiByteGlyphs() function 56 virtual bool multiByteGlyphs() const { return false; } in multiByteGlyphs() function 73 virtual bool multiByteGlyphs() const { return false; } in multiByteGlyphs() function
|
D | SkPDFFont.cpp | 478 bool multiByteGlyphs, 485 bool multiByteGlyphs, in append_cmap_sections() argument 492 if (!multiByteGlyphs) { in append_cmap_sections() 547 bool multiByteGlyphs, in generate_tounicode_cmap() argument 551 if (multiByteGlyphs) { in generate_tounicode_cmap() 556 append_cmap_sections(glyphToUnicode, subset, &cmap, multiByteGlyphs, in generate_tounicode_cmap() 788 if (this->multiByteGlyphs()) { in glyphsToPDFFontEncoding() 1056 multiByteGlyphs(), firstGlyphID(), in populateToUnicodeTable()
|
D | SkPDFFont.h | 100 virtual bool multiByteGlyphs() const = 0;
|
D | SkPDFDevice.cpp | 1148 availableGlyphs, font->multiByteGlyphs()); in drawText() 1307 font->multiByteGlyphs()); in drawPosText()
|
/external/chromium_org/third_party/skia/src/pdf/ |
D | SkPDFFontImpl.h | 18 virtual bool multiByteGlyphs() const { return true; } in multiByteGlyphs() function 40 virtual bool multiByteGlyphs() const { return true; } in multiByteGlyphs() function 56 virtual bool multiByteGlyphs() const { return false; } in multiByteGlyphs() function 73 virtual bool multiByteGlyphs() const { return false; } in multiByteGlyphs() function
|
D | SkPDFFont.cpp | 492 bool multiByteGlyphs, 499 bool multiByteGlyphs, in append_cmap_sections() argument 506 if (!multiByteGlyphs) { in append_cmap_sections() 561 bool multiByteGlyphs, in generate_tounicode_cmap() argument 565 if (multiByteGlyphs) { in generate_tounicode_cmap() 570 append_cmap_sections(glyphToUnicode, subset, &cmap, multiByteGlyphs, in generate_tounicode_cmap() 802 if (this->multiByteGlyphs()) { in glyphsToPDFFontEncoding() 1072 multiByteGlyphs(), firstGlyphID(), in populateToUnicodeTable()
|
D | SkPDFFont.h | 100 virtual bool multiByteGlyphs() const = 0;
|
D | SkPDFDevice.cpp | 1148 availableGlyphs, font->multiByteGlyphs()); in drawText() 1200 SkPDFString::FormatString(&encodedValue, 1, font->multiByteGlyphs()); in drawPosText()
|
/external/chromium_org/third_party/skia/tests/ |
D | ToUnicodeTest.cpp | 29 bool multiByteGlyphs,
|
/external/skia/tests/ |
D | ToUnicodeTest.cpp | 29 bool multiByteGlyphs,
|