/external/skia/src/ports/ |
D | SkFontMgr_custom.cpp | 28 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom() argument 30 : INHERITED(style, isFixedPitch) in SkTypeface_Custom() 58 const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream() argument 60 : INHERITED(style, isFixedPitch, sysFont, familyName, fontData->getIndex()) in SkTypeface_Stream() 84 this->isFixedPitch(), in onMakeClone() 89 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File() argument 91 : INHERITED(style, isFixedPitch, sysFont, familyName, index) in SkTypeface_File() 111 this->isFixedPitch(), in onMakeClone() 241 bool isFixedPitch; in onMakeFromStreamArgs() local 246 &name, &style, &isFixedPitch, &axisDefinitions)) in onMakeFromStreamArgs() [all …]
|
D | SkFontMgr_android.cpp | 38 bool isFixedPitch, in SkTypeface_Android() argument 40 : INHERITED(style, isFixedPitch) in SkTypeface_Android() 62 bool isFixedPitch, in SkTypeface_AndroidSystem() argument 66 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidSystem() 112 this->isFixedPitch(), in onMakeClone() 132 bool isFixedPitch, in SkTypeface_AndroidStream() argument 134 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidStream() 162 this->isFixedPitch(), in onMakeClone() 460 bool isFixedPitch; in onMakeFromStreamIndex() local 463 if (!fScanner.scanFont(stream.get(), ttcIndex, &name, &style, &isFixedPitch, nullptr)) { in onMakeFromStreamIndex() [all …]
|
D | SkFontConfigTypeface.h | 35 SkString familyName, SkFontStyle style, bool isFixedPitch) in Create() argument 37 return new SkTypeface_FCI(std::move(data), std::move(familyName), style, isFixedPitch); in Create() 52 this->isFixedPitch())); in onMakeClone() 67 SkString familyName, SkFontStyle style, bool isFixedPitch) in SkTypeface_FCI() argument 68 : INHERITED(style, isFixedPitch) in SkTypeface_FCI()
|
D | SkFontMgr_FontConfigInterface.cpp | 246 bool isFixedPitch = false; in onMakeFromStreamIndex() local 247 if (!fScanner.scanFont(stream.get(), 0, &name, &style, &isFixedPitch, nullptr)) { in onMakeFromStreamIndex() 253 style, isFixedPitch)); in onMakeFromStreamIndex() 267 bool isFixedPitch; in onMakeFromStreamArgs() local 272 &name, &style, &isFixedPitch, &axisDefinitions)) in onMakeFromStreamArgs() 286 style, isFixedPitch)); in onMakeFromStreamArgs()
|
D | SkFontMgr_custom_embedded.cpp | 60 bool isFixedPitch; in load_embedded_font() local 64 &realname, &style, &isFixedPitch, nullptr)) in load_embedded_font() 77 style, isFixedPitch, in load_embedded_font()
|
D | SkFontMgr_custom_directory.cpp | 67 bool isFixedPitch; in load_directory_fonts() local 71 &realname, &style, &isFixedPitch, nullptr)) in load_directory_fonts() 83 addTo->appendTypeface(sk_make_sp<SkTypeface_File>(style, isFixedPitch, true, in load_directory_fonts()
|
D | SkFontHost_FreeType_common.h | 73 SkString* name, SkFontStyle* style, bool* isFixedPitch, 91 SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch) in SkTypeface_FreeType() argument 92 : INHERITED(style, isFixedPitch) in SkTypeface_FreeType()
|
D | SkFontMgr_custom.h | 27 SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, 63 const SkFontStyle& style, bool isFixedPitch, bool sysFont, 80 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont,
|
D | SkFontMgr_fuchsia.cpp | 116 bool isFixedPitch, const SkString familyName, TypefaceId id) in SkTypeface_Fuchsia() argument 117 : SkTypeface_Stream(std::move(fontData), style, isFixedPitch, in SkTypeface_Fuchsia() 131 bool isFixedPitch; in CreateTypefaceFromSkStream() local 135 if (!scanner.scanFont(stream.get(), args.getCollectionIndex(), &name, &style, &isFixedPitch, in CreateTypefaceFromSkStream() 146 return sk_make_sp<SkTypeface_Fuchsia>(std::move(fontData), style, isFixedPitch, name, id); in CreateTypefaceFromSkStream()
|
D | SkFontMgr_fontconfig.cpp | 454 this->isFixedPitch()); in onMakeClone() 543 this->isFixedPitch()); in onMakeClone() 947 bool isFixedPitch; in onMakeFromStreamArgs() local 952 &name, &style, &isFixedPitch, &axisDefinitions)) in onMakeFromStreamArgs() 964 style, isFixedPitch)); in onMakeFromStreamArgs()
|
/external/skqp/src/ports/ |
D | SkFontMgr_custom.cpp | 28 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom() argument 30 : INHERITED(style, isFixedPitch) in SkTypeface_Custom() 58 const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream() argument 60 : INHERITED(style, isFixedPitch, sysFont, familyName, fontData->getIndex()) in SkTypeface_Stream() 84 this->isFixedPitch(), in onMakeClone() 89 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File() argument 91 : INHERITED(style, isFixedPitch, sysFont, familyName, index) in SkTypeface_File() 111 this->isFixedPitch(), in onMakeClone() 241 bool isFixedPitch; in onMakeFromStreamArgs() local 246 &name, &style, &isFixedPitch, &axisDefinitions)) in onMakeFromStreamArgs() [all …]
|
D | SkFontMgr_android.cpp | 38 bool isFixedPitch, in SkTypeface_Android() argument 40 : INHERITED(style, isFixedPitch) in SkTypeface_Android() 62 bool isFixedPitch, in SkTypeface_AndroidSystem() argument 66 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidSystem() 112 this->isFixedPitch(), in onMakeClone() 132 bool isFixedPitch, in SkTypeface_AndroidStream() argument 134 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidStream() 162 this->isFixedPitch(), in onMakeClone() 460 bool isFixedPitch; in onMakeFromStreamIndex() local 463 if (!fScanner.scanFont(stream.get(), ttcIndex, &name, &style, &isFixedPitch, nullptr)) { in onMakeFromStreamIndex() [all …]
|
D | SkFontConfigTypeface.h | 35 SkString familyName, SkFontStyle style, bool isFixedPitch) in Create() argument 37 return new SkTypeface_FCI(std::move(data), std::move(familyName), style, isFixedPitch); in Create() 52 this->isFixedPitch())); in onMakeClone() 67 SkString familyName, SkFontStyle style, bool isFixedPitch) in SkTypeface_FCI() argument 68 : INHERITED(style, isFixedPitch) in SkTypeface_FCI()
|
D | SkFontMgr_FontConfigInterface.cpp | 247 bool isFixedPitch = false; in onMakeFromStreamIndex() local 248 if (!fScanner.scanFont(stream.get(), 0, &name, &style, &isFixedPitch, nullptr)) { in onMakeFromStreamIndex() 254 style, isFixedPitch)); in onMakeFromStreamIndex() 268 bool isFixedPitch; in onMakeFromStreamArgs() local 273 &name, &style, &isFixedPitch, &axisDefinitions)) in onMakeFromStreamArgs() 287 style, isFixedPitch)); in onMakeFromStreamArgs()
|
D | SkFontMgr_custom_embedded.cpp | 60 bool isFixedPitch; in load_embedded_font() local 64 &realname, &style, &isFixedPitch, nullptr)) in load_embedded_font() 77 style, isFixedPitch, in load_embedded_font()
|
D | SkFontMgr_custom_directory.cpp | 67 bool isFixedPitch; in load_directory_fonts() local 71 &realname, &style, &isFixedPitch, nullptr)) in load_directory_fonts() 83 addTo->appendTypeface(sk_make_sp<SkTypeface_File>(style, isFixedPitch, true, in load_directory_fonts()
|
D | SkFontHost_FreeType_common.h | 73 SkString* name, SkFontStyle* style, bool* isFixedPitch, 91 SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch) in SkTypeface_FreeType() argument 92 : INHERITED(style, isFixedPitch) in SkTypeface_FreeType()
|
D | SkFontMgr_custom.h | 27 SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, 63 const SkFontStyle& style, bool isFixedPitch, bool sysFont, 80 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont,
|
D | SkFontMgr_fuchsia.cpp | 116 bool isFixedPitch, const SkString familyName, TypefaceId id) in SkTypeface_Fuchsia() argument 117 : SkTypeface_Stream(std::move(fontData), style, isFixedPitch, in SkTypeface_Fuchsia() 131 bool isFixedPitch; in CreateTypefaceFromSkStream() local 135 if (!scanner.scanFont(stream.get(), args.getCollectionIndex(), &name, &style, &isFixedPitch, in CreateTypefaceFromSkStream() 146 return sk_make_sp<SkTypeface_Fuchsia>(std::move(fontData), style, isFixedPitch, name, id); in CreateTypefaceFromSkStream()
|
D | SkFontMgr_fontconfig.cpp | 455 this->isFixedPitch()); in onMakeClone() 540 this->isFixedPitch()); in onMakeClone() 948 bool isFixedPitch; in onMakeFromStreamArgs() local 953 &name, &style, &isFixedPitch, &axisDefinitions)) in onMakeFromStreamArgs() 965 style, isFixedPitch)); in onMakeFromStreamArgs()
|
/external/skqp/include/core/ |
D | SkTypeface.h | 61 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function 356 SkTypeface(const SkFontStyle& style, bool isFixedPitch = false); 362 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch() argument
|
/external/skia/include/core/ |
D | SkTypeface.h | 61 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function 356 SkTypeface(const SkFontStyle& style, bool isFixedPitch = false); 362 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch() argument
|
/external/skqp/src/sfnt/ |
D | SkOTTable_post.h | 36 SK_OT_ULONG isFixedPitch; member
|
/external/skia/src/sfnt/ |
D | SkOTTable_post.h | 36 SK_OT_ULONG isFixedPitch; member
|
/external/fonttools/Tests/t1Lib/data/ |
D | TestT1-Regular.pfa | 14 /isFixedPitch false def
|