Lines Matching refs:SkScalerContextRec
66 struct SkScalerContextRec { struct
312 SkScalerContextRec* rec,
318 SkScalerContextRec* rec,
331 const SkScalerContextRec& rec,
336 const SkScalerContextRec& rec,
339 static void DescriptorBufferGiveRec(const SkScalerContextRec& rec, void* buffer);
340 static bool CheckBufferSizeForRec(const SkScalerContextRec& rec,
344 static SkMaskGamma::PreBlend GetMaskPreBlend(const SkScalerContextRec& rec);
346 const SkScalerContextRec& getRec() const { return fRec; } in getRec()
365 SkScalerContextRec fRec;
442 SkFontHinting SkScalerContextRec::getHinting() const { in getHinting()
448 void SkScalerContextRec::setHinting(SkFontHinting hinting) { in setHinting()