HomeSort by relevance Sort by last modified time
    Searched refs:multiByteGlyphs (Results 1 - 8 of 8) 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 99 virtual bool multiByteGlyphs() const = 0;
SkPDFDevice.cpp     [all...]
SkPDFFont.cpp 746 if (this->multiByteGlyphs()) {
    [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 99 virtual bool multiByteGlyphs() const = 0;
SkPDFDevice.cpp     [all...]
SkPDFFont.cpp 746 if (this->multiByteGlyphs()) {
    [all...]

Completed in 180 milliseconds