Home
last modified time | relevance | path

Searched refs:SkScalerContextRec (Results 1 – 25 of 58) sorted by relevance

123

/third_party/flutter/skia/src/core/
DSkScalerContext.h55 struct SkScalerContextRec { struct
296 SkScalerContextRec* rec,
301 SkScalerContextRec* rec, in MakeRecAndEffectsFromFont()
313 const SkScalerContextRec& rec,
318 const SkScalerContextRec& rec,
321 static void DescriptorBufferGiveRec(const SkScalerContextRec& rec, void* buffer);
322 static bool CheckBufferSizeForRec(const SkScalerContextRec& rec,
326 static SkMaskGamma::PreBlend GetMaskPreBlend(const SkScalerContextRec& rec);
328 const SkScalerContextRec& getRec() const { return fRec; } in getRec()
347 SkScalerContextRec fRec;
[all …]
DSkScalerContext.cpp43 SkScalerContextRec SkScalerContext::PreprocessRec(const SkTypeface& typeface, in PreprocessRec()
46 SkScalerContextRec rec = in PreprocessRec()
47 *static_cast<const SkScalerContextRec*>(desc.findEntry(kRec_SkDescriptorTag, nullptr)); in PreprocessRec()
138 SkMaskGamma::PreBlend SkScalerContext::GetMaskPreBlend(const SkScalerContextRec& rec) { in GetMaskPreBlend()
701 void SkScalerContextRec::getMatrixFrom2x2(SkMatrix* dst) const { in getMatrixFrom2x2()
707 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { in getLocalMatrix()
711 void SkScalerContextRec::getSingleMatrix(SkMatrix* m) const { in getSingleMatrix()
720 bool SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA, in computeMatrices()
839 SkAxisAlignment SkScalerContextRec::computeAxisAlignmentForHText() const { in computeAxisAlignmentForHText()
859 void SkScalerContextRec::setLuminanceColor(SkColor c) { in setLuminanceColor()
[all …]
DSkStrikeCache.cpp193 const SkScalerContextRec& rec = cache.getScalerContext()->getRec(); in Dump()
223 const SkScalerContextRec& rec = cache.getScalerContext()->getRec(); in DumpMemoryStatistics()
282 SkScalerContextRec lhsRec; in loose_compare()
286 SkScalerContextRec rhsRec; in loose_compare()
DSkDescriptor.h97 + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContextRec) // for rec
/third_party/flutter/skia/tests/
DDescriptorTest.cpp31 sizeof(SkDescriptor) + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContextRec); in DEF_TEST()
35 SkScalerContextRec rec; in DEF_TEST()
47 sizeof(SkDescriptor) + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContextRec); in DEF_TEST()
51 SkScalerContextRec rec; in DEF_TEST()
64 sizeof(SkScalerContextRec) + effectSize + testSize; in DEF_TEST()
68 SkScalerContextRec rec; in DEF_TEST()
81 sizeof(SkDescriptor) + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContextRec) - 4; in DEF_TEST()
85 SkScalerContextRec rec; in DEF_TEST()
97 SkScalerContextRec rec; in DEF_TEST()
DSkRemoteGlyphCacheTest.cpp831 SkScalerContextRec rec; in DEF_TEST()
847 SkScalerContextRec rec; in DEF_TEST()
861 SkScalerContextRec rec; in DEF_TEST()
940 SkScalerContextRec rec; in DEF_TEST()
958 SkScalerContextRec rec; in DEF_TEST()
994 SkScalerContextRec rec; in DEF_TEST()
/third_party/skia/src/core/
DSkScalerContext.h55 struct SkScalerContextRec { struct
317 SkScalerContextRec* rec,
322 SkScalerContextRec* rec, in MakeRecAndEffectsFromFont()
335 const SkScalerContextRec& rec,
340 const SkScalerContextRec& rec,
343 static void DescriptorBufferGiveRec(const SkScalerContextRec& rec, void* buffer);
344 static bool CheckBufferSizeForRec(const SkScalerContextRec& rec,
348 static SkMaskGamma::PreBlend GetMaskPreBlend(const SkScalerContextRec& rec);
350 const SkScalerContextRec& getRec() const { return fRec; } in getRec()
369 SkScalerContextRec fRec;
[all …]
DSkScalerContext.cpp43 SkScalerContextRec SkScalerContext::PreprocessRec(const SkTypeface& typeface, in PreprocessRec()
46 SkScalerContextRec rec = in PreprocessRec()
47 *static_cast<const SkScalerContextRec*>(desc.findEntry(kRec_SkDescriptorTag, nullptr)); in PreprocessRec()
138 SkMaskGamma::PreBlend SkScalerContext::GetMaskPreBlend(const SkScalerContextRec& rec) { in GetMaskPreBlend()
784 void SkScalerContextRec::getMatrixFrom2x2(SkMatrix* dst) const { in getMatrixFrom2x2()
790 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { in getLocalMatrix()
794 void SkScalerContextRec::getSingleMatrix(SkMatrix* m) const { in getSingleMatrix()
803 bool SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA, in computeMatrices()
922 SkAxisAlignment SkScalerContextRec::computeAxisAlignmentForHText() const { in computeAxisAlignmentForHText()
945 void SkScalerContextRec::setLuminanceColor(SkColor c) { in setLuminanceColor()
[all …]
DSkDescriptor.cpp87 const SkScalerContextRec* rec = static_cast<const SkScalerContextRec*>( in dumpRec()
127 if (entry->fTag == kRec_SkDescriptorTag && entry->fLen != sizeof(SkScalerContextRec)) { in isValid()
DSkDescriptor.h100 + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContextRec) // for rec
DSkStrikeCache.cpp64 const SkScalerContextRec& rec = strike.fScalerCache.getScalerContext()->getRec(); in Dump()
94 const SkScalerContextRec& rec = strike.fScalerCache.getScalerContext()->getRec(); in DumpMemoryStatistics()
/third_party/skia/tests/
DDescriptorTest.cpp31 sizeof(SkDescriptor) + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContextRec); in DEF_TEST()
34 SkScalerContextRec rec; in DEF_TEST()
46 sizeof(SkDescriptor) + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContextRec); in DEF_TEST()
49 SkScalerContextRec rec; in DEF_TEST()
62 sizeof(SkScalerContextRec) + effectSize + testSize; in DEF_TEST()
65 SkScalerContextRec rec; in DEF_TEST()
78 sizeof(SkDescriptor) + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContextRec) - 4; in DEF_TEST()
81 SkScalerContextRec rec; in DEF_TEST()
/third_party/flutter/skia/include/core/
DSkTypeface.h30 struct SkScalerContextRec;
339 void filterRec(SkScalerContextRec* rec) const { in filterRec()
366 virtual void onFilterRec(SkScalerContextRec*) const = 0;
/third_party/skia/tools/fonts/
DTestTypeface.h34 struct SkScalerContextRec;
75 void onFilterRec(SkScalerContextRec* rec) const override;
DTestSVGTypeface.h41 struct SkScalerContextRec;
87 void onFilterRec(SkScalerContextRec* rec) const override;
DRandomScalerContext.h29 void onFilterRec(SkScalerContextRec*) const override;
DTestEmptyTypeface.h33 void onFilterRec(SkScalerContextRec*) const override {} in onFilterRec() argument
/third_party/flutter/skia/tools/fonts/
DTestTypeface.h34 struct SkScalerContextRec;
75 void onFilterRec(SkScalerContextRec* rec) const override;
DTestSVGTypeface.h41 struct SkScalerContextRec;
85 void onFilterRec(SkScalerContextRec* rec) const override;
DRandomScalerContext.h29 void onFilterRec(SkScalerContextRec*) const override;
DTestEmptyTypeface.h30 void onFilterRec(SkScalerContextRec*) const override {} in onFilterRec() argument
/third_party/skia/include/core/
DSkTypeface.h30 struct SkScalerContextRec;
337 void filterRec(SkScalerContextRec* rec) const { in filterRec()
363 virtual void onFilterRec(SkScalerContextRec*) const = 0;
/third_party/skia/src/ports/
DSkTypeface_mac_ct.h45 struct SkScalerContextRec;
108 void onFilterRec(SkScalerContextRec*) const override;
DSkTypeface_win_dw.h25 struct SkScalerContextRec;
128 void onFilterRec(SkScalerContextRec*) const override;
/third_party/flutter/skia/src/ports/
DSkTypeface_win_dw.h25 struct SkScalerContextRec;
115 void onFilterRec(SkScalerContextRec*) const override;

123