• Home
  • Raw
  • Download

Lines Matching refs:SkScalerContextRec

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()
981 static bool too_big_for_lcd(const SkScalerContextRec& rec, bool checkPost2x2) { in too_big_for_lcd()
998 SkScalerContextRec* rec, in MakeRecAndEffects()
1002 sk_bzero(rec, sizeof(SkScalerContextRec)); in MakeRecAndEffects()
1158 SkScalerContextRec rec; in CreateDescriptorAndEffectsUsingPaint()
1163 static size_t calculate_size_and_flatten(const SkScalerContextRec& rec, in calculate_size_and_flatten()
1180 static void generate_descriptor(const SkScalerContextRec& rec, in generate_descriptor()
1195 const SkScalerContextRec& rec, in AutoDescriptorGivenRecAndEffects()
1208 const SkScalerContextRec& rec, in DescriptorGivenRecAndEffects()
1219 void SkScalerContext::DescriptorBufferGiveRec(const SkScalerContextRec& rec, void* buffer) { in DescriptorBufferGiveRec()
1223 bool SkScalerContext::CheckBufferSizeForRec(const SkScalerContextRec& rec, in CheckBufferSizeForRec()