Home | History | Annotate | Download | only in core

Lines Matching refs:Rec

150     const Rec* rec = (const Rec*)desc->findEntry(kRec_SkDescriptorTag, NULL);
151 SkASSERT(rec);
153 fRec = *rec;
159 rec->fTextSize, rec->fPreScaleX, rec->fPreSkewX, rec->fPost2x2[0][0],
160 rec->fPost2x2[0][1], rec->fPost2x2[1][0], rec->fPost2x2[1][1]);
162 rec->fFrameWidth, rec->fMiterLimit, rec->fHints, rec->fFrameAndFill,
163 rec->fMaskFormat, rec->fStrokeJoin);
181 static SkScalerContext* allocNextContext(const SkScalerContext::Rec& rec) {
185 uint32_t newFontID = SkFontHost::NextLogicalFont(rec.fFontID);
190 SkAutoDescriptor ad(sizeof(rec) + SkDescriptor::ComputeOverhead(1));
194 SkScalerContext::Rec* newRec =
195 (SkScalerContext::Rec*)desc->addEntry(kRec_SkDescriptorTag,
196 sizeof(rec), &rec);
609 void SkScalerContext::Rec::getMatrixFrom2x2(SkMatrix* dst) const
618 void SkScalerContext::Rec::getLocalMatrix(SkMatrix* m) const
625 void SkScalerContext::Rec::getSingleMatrix(SkMatrix* m) const