• Home
  • Raw
  • Download

Lines Matching refs:SkScalerContextRec

45     : fRec(*static_cast<const SkScalerContextRec*>(desc->findEntry(kRec_SkDescriptorTag, nullptr)))  in SkScalerContext()
106 SkMaskGamma::PreBlend SkScalerContext::GetMaskPreBlend(const SkScalerContextRec& rec) { in GetMaskPreBlend()
632 void SkScalerContextRec::getMatrixFrom2x2(SkMatrix* dst) const { in getMatrixFrom2x2()
638 void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { in getLocalMatrix()
642 void SkScalerContextRec::getSingleMatrix(SkMatrix* m) const { in getSingleMatrix()
651 bool SkScalerContextRec::computeMatrices(PreMatrixScale preMatrixScale, SkVector* s, SkMatrix* sA, in computeMatrices()
770 SkAxisAlignment SkScalerContextRec::computeAxisAlignmentForHText() const { in computeAxisAlignmentForHText()
873 static bool too_big_for_lcd(const SkScalerContextRec& rec, bool checkPost2x2) { in too_big_for_lcd()
900 SkScalerContextRec* rec, in MakeRecAndEffects()
905 sk_bzero(rec, sizeof(SkScalerContextRec)); in MakeRecAndEffects()
1093 SkScalerContextRec rec; in MakeDescriptorForPaths()
1106 SkScalerContextRec rec; in CreateDescriptorAndEffectsUsingPaint()
1111 static size_t calculate_size_and_flatten(const SkScalerContextRec& rec, in calculate_size_and_flatten()
1128 static void generate_descriptor(const SkScalerContextRec& rec, in generate_descriptor()
1144 const SkScalerContextRec& rec, in AutoDescriptorGivenRecAndEffects()
1157 const SkScalerContextRec& rec, in DescriptorGivenRecAndEffects()
1168 void SkScalerContext::DescriptorBufferGiveRec(const SkScalerContextRec& rec, void* buffer) { in DescriptorBufferGiveRec()
1172 bool SkScalerContext::CheckBufferSizeForRec(const SkScalerContextRec& rec, in CheckBufferSizeForRec()