HomeSort by relevance Sort by last modified time
    Searched refs:multiByteGlyphs (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFontImpl.h 18 virtual bool multiByteGlyphs() const { return true; }
40 virtual bool multiByteGlyphs() const { return true; }
56 virtual bool multiByteGlyphs() const { return false; }
73 virtual bool multiByteGlyphs() const { return false; }
SkPDFFont.h 100 virtual bool multiByteGlyphs() const = 0;
SkPDFFont.cpp 478 bool multiByteGlyphs,
485 bool multiByteGlyphs,
492 if (!multiByteGlyphs) {
547 bool multiByteGlyphs,
551 if (multiByteGlyphs) {
556 append_cmap_sections(glyphToUnicode, subset, &cmap, multiByteGlyphs,
771 if (this->multiByteGlyphs()) {
    [all...]
SkPDFDevice.cpp     [all...]
  /external/skia/src/pdf/
SkPDFFontImpl.h 18 virtual bool multiByteGlyphs() const { return true; }
40 virtual bool multiByteGlyphs() const { return true; }
56 virtual bool multiByteGlyphs() const { return false; }
73 virtual bool multiByteGlyphs() const { return false; }
SkPDFFont.h 100 virtual bool multiByteGlyphs() const = 0;
SkPDFFont.cpp 478 bool multiByteGlyphs,
485 bool multiByteGlyphs,
492 if (!multiByteGlyphs) {
547 bool multiByteGlyphs,
551 if (multiByteGlyphs) {
556 append_cmap_sections(glyphToUnicode, subset, &cmap, multiByteGlyphs,
771 if (this->multiByteGlyphs()) {
    [all...]
SkPDFDevice.cpp     [all...]
  /external/skia/tests/
ToUnicode.cpp 30 bool multiByteGlyphs,

Completed in 128 milliseconds