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

  /external/skia/src/ports/
SkFontConfigTypeface.h 16 class SkTypeface_FCI : public SkTypeface_FreeType {
23 static SkTypeface_FCI* Create(sk_sp<SkFontConfigInterface> fci,
28 return new SkTypeface_FCI(std::move(fci), fi, std::move(familyName), style);
31 static SkTypeface_FCI* Create(std::unique_ptr<SkFontData> data,
34 return new SkTypeface_FCI(std::move(data), std::move(familyName), style, isFixedPitch);
42 SkTypeface_FCI(sk_sp<SkFontConfigInterface> fci,
52 SkTypeface_FCI(std::unique_ptr<SkFontData> data,
SkFontMgr_FontConfigInterface.cpp 21 SkStreamAsset* SkTypeface_FCI::onOpenStream(int* ttcIndex) const {
35 std::unique_ptr<SkFontData> SkTypeface_FCI::onMakeFontData() const {
45 void SkTypeface_FCI::onGetFontDescriptor(SkFontDescriptor* desc, bool* isLocalStream) const {
147 SkTypeface_FCI* cachedFCTypeface = static_cast<SkTypeface_FCI*>(cachedTypeface);
222 return sk_sp<SkTypeface>(SkTypeface_FCI::Create(std::move(fontData), std::move(name),
255 return sk_sp<SkTypeface>(SkTypeface_FCI::Create(std::move(fontData), std::move(name),
289 face = SkTypeface_FCI::Create(fFCI, identity, std::move(outFamilyName), outStyle);
  /external/skqp/src/ports/
SkFontConfigTypeface.h 16 class SkTypeface_FCI : public SkTypeface_FreeType {
23 static SkTypeface_FCI* Create(sk_sp<SkFontConfigInterface> fci,
28 return new SkTypeface_FCI(std::move(fci), fi, std::move(familyName), style);
31 static SkTypeface_FCI* Create(std::unique_ptr<SkFontData> data,
34 return new SkTypeface_FCI(std::move(data), std::move(familyName), style, isFixedPitch);
42 SkTypeface_FCI(sk_sp<SkFontConfigInterface> fci,
52 SkTypeface_FCI(std::unique_ptr<SkFontData> data,
SkFontMgr_FontConfigInterface.cpp 21 SkStreamAsset* SkTypeface_FCI::onOpenStream(int* ttcIndex) const {
35 std::unique_ptr<SkFontData> SkTypeface_FCI::onMakeFontData() const {
45 void SkTypeface_FCI::onGetFontDescriptor(SkFontDescriptor* desc, bool* isLocalStream) const {
147 SkTypeface_FCI* cachedFCTypeface = static_cast<SkTypeface_FCI*>(cachedTypeface);
222 return sk_sp<SkTypeface>(SkTypeface_FCI::Create(std::move(fontData), std::move(name),
255 return sk_sp<SkTypeface>(SkTypeface_FCI::Create(std::move(fontData), std::move(name),
289 face = SkTypeface_FCI::Create(fFCI, identity, std::move(outFamilyName), outStyle);

Completed in 183 milliseconds