Searched refs:ttcIndex (Results 26 - 50 of 63) sorted by relevance

123

/external/chromium_org/content/common/
H A Dchild_process_sandbox_support_impl_linux.cc43 int ttcIndex = 0; local
52 reply.ReadInt(&pickle_iter, &ttcIndex) &&
58 fallbackFont->ttcIndex = ttcIndex;
/external/chromium_org/third_party/skia/src/fonts/
H A DSkGScalerContext.h29 virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE;
H A DSkFontMgr_fontconfig.cpp291 virtual SkTypeface* onCreateFromData(SkData*, int ttcIndex) const SK_OVERRIDE { return NULL; }
293 virtual SkTypeface* onCreateFromStream(SkStream* stream, int ttcIndex) const SK_OVERRIDE {
313 virtual SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const SK_OVERRIDE {
315 return stream.get() ? this->createFromStream(stream, ttcIndex) : NULL;
H A DSkTestScalerContext.h76 virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE {
H A DSkGScalerContext.cpp187 SkStream* SkGTypeface::onOpenStream(int* ttcIndex) const {
188 return fProxy->openStream(ttcIndex);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigTypeface.h70 virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE;
H A DSkFontMgr_fontconfig.cpp386 SkTypeface_stream(SkTypeface::Style style, bool fixedWidth, int ttcIndex, SkStreamAsset* stream)
389 , fIndex(ttcIndex)
401 virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE {
402 *ttcIndex = fIndex;
435 virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE {
437 *ttcIndex = get_int(fPattern, FC_INDEX, 0);
829 virtual SkTypeface* onCreateFromStream(SkStream* stream, int ttcIndex) const SK_OVERRIDE {
837 if (!SkTypeface_FreeType::ScanFont(stream, ttcIndex, NULL, &style, &isFixedWidth)) {
841 return SkNEW_ARGS(SkTypeface_stream, (style, isFixedWidth, ttcIndex,
845 virtual SkTypeface* onCreateFromData(SkData* data, int ttcIndex) cons
[all...]
H A DSkFontHost_FreeType_common.h51 static bool ScanFont(SkStream* stream, int ttcIndex,
H A DSkTypeface_win_dw.cpp188 int ttcIndex; local
189 SkAutoTUnref<SkStream> stream(this->openStream(&ttcIndex));
190 return stream.get() ? SkFontStream::GetTableTags(stream, ttcIndex, tags) : 0;
212 SkStream* DWriteFontTypeface::onOpenStream(int* ttcIndex) const {
213 *ttcIndex = fDWriteFontFace->GetIndex();
H A DSkFontMgr_win_dw.cpp275 virtual SkTypeface* onCreateFromStream(SkStream* stream, int ttcIndex) const SK_OVERRIDE;
276 virtual SkTypeface* onCreateFromData(SkData* data, int ttcIndex) const SK_OVERRIDE;
277 virtual SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const SK_OVERRIDE;
526 SkTypeface* SkFontMgr_DirectWrite::onCreateFromStream(SkStream* stream, int ttcIndex) const {
560 if (faceIndex == ttcIndex) {
572 SkTypeface* SkFontMgr_DirectWrite::onCreateFromData(SkData* data, int ttcIndex) const {
574 return this->createFromStream(stream, ttcIndex);
577 SkTypeface* SkFontMgr_DirectWrite::onCreateFromFile(const char path[], int ttcIndex) const {
579 return this->createFromStream(stream, ttcIndex);
H A DSkTypeface_win_dw.h103 virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE;
/external/skia/src/fonts/
H A DSkGScalerContext.h29 virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE;
H A DSkFontMgr_fontconfig.cpp296 virtual SkTypeface* onCreateFromData(SkData*, int ttcIndex) const SK_OVERRIDE { return NULL; }
298 virtual SkTypeface* onCreateFromStream(SkStream* stream, int ttcIndex) const SK_OVERRIDE {
318 virtual SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const SK_OVERRIDE {
320 return stream.get() ? this->createFromStream(stream, ttcIndex) : NULL;
H A DSkGScalerContext.cpp189 SkStream* SkGTypeface::onOpenStream(int* ttcIndex) const {
190 return fProxy->openStream(ttcIndex);
/external/skia/src/ports/
H A DSkFontConfigTypeface.h69 virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE;
H A DSkFontMgr_win_dw.cpp275 virtual SkTypeface* onCreateFromStream(SkStream* stream, int ttcIndex) const SK_OVERRIDE;
276 virtual SkTypeface* onCreateFromData(SkData* data, int ttcIndex) const SK_OVERRIDE;
277 virtual SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const SK_OVERRIDE;
526 SkTypeface* SkFontMgr_DirectWrite::onCreateFromStream(SkStream* stream, int ttcIndex) const {
560 if (faceIndex == ttcIndex) {
572 SkTypeface* SkFontMgr_DirectWrite::onCreateFromData(SkData* data, int ttcIndex) const {
574 return this->createFromStream(stream, ttcIndex);
577 SkTypeface* SkFontMgr_DirectWrite::onCreateFromFile(const char path[], int ttcIndex) const {
579 return this->createFromStream(stream, ttcIndex);
H A DSkTypeface_win_dw.cpp181 int ttcIndex; local
182 SkAutoTUnref<SkStream> stream(this->openStream(&ttcIndex));
183 return stream.get() ? SkFontStream::GetTableTags(stream, ttcIndex, tags) : 0;
205 SkStream* DWriteFontTypeface::onOpenStream(int* ttcIndex) const {
206 *ttcIndex = fDWriteFontFace->GetIndex();
H A DSkTypeface_win_dw.h97 virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE;
/external/chromium_org/third_party/skia/tests/
H A DFontHostTest.cpp115 SkStream* stream, int ttcIndex) {
116 int n = SkFontStream::GetTableTags(stream, ttcIndex, NULL);
119 int n2 = SkFontStream::GetTableTags(stream, ttcIndex, array.get());
130 SkDebugf("[%d:%d] '%s'\n", ttcIndex, i, str.c_str());
132 size_t size = SkFontStream::GetTableSize(stream, ttcIndex, array[i]);
114 test_fontstream(skiatest::Reporter* reporter, SkStream* stream, int ttcIndex) argument
/external/skia/tests/
H A DFontHostTest.cpp115 SkStream* stream, int ttcIndex) {
116 int n = SkFontStream::GetTableTags(stream, ttcIndex, NULL);
119 int n2 = SkFontStream::GetTableTags(stream, ttcIndex, array.get());
130 SkDebugf("[%d:%d] '%s'\n", ttcIndex, i, str.c_str());
132 size_t size = SkFontStream::GetTableSize(stream, ttcIndex, array[i]);
114 test_fontstream(skiatest::Reporter* reporter, SkStream* stream, int ttcIndex) argument
/external/chromium_org/third_party/skia/include/core/
H A DSkTypeface.h262 * If ttcIndex is not null, it is set to the TrueTypeCollection index
266 SkStream* openStream(int* ttcIndex) const;
304 virtual SkStream* onOpenStream(int* ttcIndex) const = 0;
/external/skia/include/core/
H A DSkTypeface.h262 * If ttcIndex is not null, it is set to the TrueTypeCollection index
266 SkStream* openStream(int* ttcIndex) const;
304 virtual SkStream* onOpenStream(int* ttcIndex) const = 0;
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_webkitplatformsupport_impl.cc122 fallbackFont->ttcIndex = iter->second.ttcIndex;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontCache.h127 int ttcIndex; member in struct:blink::FontCache::PlatformFallbackFont
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.cpp588 int ttcIndex;
589 SkAutoTUnref<SkStream> fontData(typeface->openStream(&ttcIndex));
1165 int ttcIndex;
1167 typeface()->openStream(&ttcIndex));
1182 int ttcIndex;
1183 SkAutoTUnref<SkStream> fontData(typeface()->openStream(&ttcIndex));
1309 int ttcIndex;
1313 SkAutoTUnref<SkStream> rawFontData(typeface()->openStream(&ttcIndex));

Completed in 744 milliseconds

123