Home | History | Annotate | Download | only in core

Lines Matching full:frec

153     fRec = *rec;
183 // on the current font in fRec. It will return NULL if ctx is our
211 next = allocNextContext(fRec);
298 if ((fRec.fFlags & SkScalerContext::kDevKernText_Flag) == 0) {
313 if (fRec.fFrameWidth > 0 || fPathEffect != NULL || fRasterizer != NULL) {
347 glyph->fMaskFormat = fRec.fMaskFormat;
354 fRec.getMatrixFrom2x2(&matrix);
376 glyph->fMaskFormat = fRec.fMaskFormat;
400 if (fRec.fFrameWidth > 0 || fPathEffect != NULL || fRasterizer != NULL) {
406 const bool lcdMode = fRec.fMaskFormat == SkMask::kHorizontalLCD_Format ||
407 fRec.fMaskFormat == SkMask::kVerticalLCD_Format;
429 if (SkMask::kA8_Format == fRec.fMaskFormat || lcdMode) {
433 SkASSERT(SkMask::kBW_Format == fRec.fMaskFormat);
466 fRec.getMatrixFrom2x2(&matrix);
497 fRec.fMaskFormat != SkMask::kBW_Format &&
498 (fRec.fFlags & (kGammaForBlack_Flag | kGammaForWhite_Flag)) != 0)
500 const uint8_t* table = (fRec.fFlags & kGammaForBlack_Flag) ? gBlackGammaTable : gWhiteGammaTable;
538 if (fRec.fFrameWidth > 0 || fPathEffect != NULL)
547 fRec.getMatrixFrom2x2(&matrix);
552 SkScalar width = fRec.fFrameWidth;
568 stroker.setMiterLimit(fRec.fMiterLimit);
569 stroker.setJoin((SkPaint::Join)fRec.fStrokeJoin);
570 stroker.setDoFill(SkToBool(fRec.fFlags & kFrameAndFill_Flag));