/third_party/flutter/skia/src/core/ |
D | SkScalerContext.h | 55 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 …]
|
D | SkScalerContext.cpp | 43 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 …]
|
D | SkStrikeCache.cpp | 193 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()
|
D | SkDescriptor.h | 97 + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContextRec) // for rec
|
/third_party/flutter/skia/tests/ |
D | DescriptorTest.cpp | 31 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()
|
D | SkRemoteGlyphCacheTest.cpp | 831 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/ |
D | SkScalerContext.h | 55 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 …]
|
D | SkScalerContext.cpp | 43 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 …]
|
D | SkDescriptor.cpp | 87 const SkScalerContextRec* rec = static_cast<const SkScalerContextRec*>( in dumpRec() 127 if (entry->fTag == kRec_SkDescriptorTag && entry->fLen != sizeof(SkScalerContextRec)) { in isValid()
|
D | SkDescriptor.h | 100 + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContextRec) // for rec
|
D | SkStrikeCache.cpp | 64 const SkScalerContextRec& rec = strike.fScalerCache.getScalerContext()->getRec(); in Dump() 94 const SkScalerContextRec& rec = strike.fScalerCache.getScalerContext()->getRec(); in DumpMemoryStatistics()
|
/third_party/skia/tests/ |
D | DescriptorTest.cpp | 31 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/ |
D | SkTypeface.h | 30 struct SkScalerContextRec; 339 void filterRec(SkScalerContextRec* rec) const { in filterRec() 366 virtual void onFilterRec(SkScalerContextRec*) const = 0;
|
/third_party/skia/tools/fonts/ |
D | TestTypeface.h | 34 struct SkScalerContextRec; 75 void onFilterRec(SkScalerContextRec* rec) const override;
|
D | TestSVGTypeface.h | 41 struct SkScalerContextRec; 87 void onFilterRec(SkScalerContextRec* rec) const override;
|
D | RandomScalerContext.h | 29 void onFilterRec(SkScalerContextRec*) const override;
|
D | TestEmptyTypeface.h | 33 void onFilterRec(SkScalerContextRec*) const override {} in onFilterRec() argument
|
/third_party/flutter/skia/tools/fonts/ |
D | TestTypeface.h | 34 struct SkScalerContextRec; 75 void onFilterRec(SkScalerContextRec* rec) const override;
|
D | TestSVGTypeface.h | 41 struct SkScalerContextRec; 85 void onFilterRec(SkScalerContextRec* rec) const override;
|
D | RandomScalerContext.h | 29 void onFilterRec(SkScalerContextRec*) const override;
|
D | TestEmptyTypeface.h | 30 void onFilterRec(SkScalerContextRec*) const override {} in onFilterRec() argument
|
/third_party/skia/include/core/ |
D | SkTypeface.h | 30 struct SkScalerContextRec; 337 void filterRec(SkScalerContextRec* rec) const { in filterRec() 363 virtual void onFilterRec(SkScalerContextRec*) const = 0;
|
/third_party/skia/src/ports/ |
D | SkTypeface_mac_ct.h | 45 struct SkScalerContextRec; 108 void onFilterRec(SkScalerContextRec*) const override;
|
D | SkTypeface_win_dw.h | 25 struct SkScalerContextRec; 128 void onFilterRec(SkScalerContextRec*) const override;
|
/third_party/flutter/skia/src/ports/ |
D | SkTypeface_win_dw.h | 25 struct SkScalerContextRec; 115 void onFilterRec(SkScalerContextRec*) const override;
|