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

  /external/chromium_org/third_party/skia/include/device/xps/
SkXPSDevice.h 157 int ttcIndex;
  /external/skia/include/device/xps/
SkXPSDevice.h 157 int ttcIndex;
  /external/skia/tests/
FontHostStreamTest.cpp 100 int ttcIndex;
101 SkAutoTUnref<SkStream> fontData(origTypeface->openStream(&ttcIndex));
  /external/chromium_org/third_party/skia/src/core/
SkTypeface.cpp 41 virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE { return NULL; }
142 int ttcIndex; // TODO: write this to the stream?
143 SkAutoTUnref<SkStream> rstream(this->openStream(&ttcIndex));
201 SkStream* SkTypeface::openStream(int* ttcIndex) const {
203 if (NULL == ttcIndex) {
205 ttcIndex = &ttcIndexStorage;
207 return this->onOpenStream(ttcIndex);
  /external/skia/src/core/
SkTypeface.cpp 41 virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE { return NULL; }
142 int ttcIndex; // TODO: write this to the stream?
143 SkAutoTUnref<SkStream> rstream(this->openStream(&ttcIndex));
201 SkStream* SkTypeface::openStream(int* ttcIndex) const {
203 if (NULL == ttcIndex) {
205 ttcIndex = &ttcIndexStorage;
207 return this->onOpenStream(ttcIndex);
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 341 int ttcCount = (current->ttcIndex + 1);
354 current->ttcIndex,
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win_dw.cpp 139 virtual SkTypeface* onCreateFromStream(SkStream* stream, int ttcIndex) SK_OVERRIDE;
140 virtual SkTypeface* onCreateFromData(SkData* data, int ttcIndex) SK_OVERRIDE;
141 virtual SkTypeface* onCreateFromFile(const char path[], int ttcIndex) SK_OVERRIDE;
564 virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE;
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 341 int ttcCount = (current->ttcIndex + 1);
354 current->ttcIndex,
    [all...]
  /external/skia/src/ports/
SkFontHost_win_dw.cpp 139 virtual SkTypeface* onCreateFromStream(SkStream* stream, int ttcIndex) SK_OVERRIDE;
140 virtual SkTypeface* onCreateFromData(SkData* data, int ttcIndex) SK_OVERRIDE;
141 virtual SkTypeface* onCreateFromFile(const char path[], int ttcIndex) SK_OVERRIDE;
564 virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE;
    [all...]

Completed in 512 milliseconds