HomeSort by relevance Sort by last modified time
    Searched refs:fPost2x2 (Results 1 - 9 of 9) sorted by null

  /external/skia/src/gpu/
GrPathRendering.cpp 92 rec.fPreScaleX = rec.fPost2x2[0][0] = rec.fPost2x2[1][1] = SK_Scalar1;
  /external/skia/src/core/
SkScalerContext.cpp 88 rec->fTextSize, rec->fPreScaleX, rec->fPreSkewX, rec->fPost2x2[0][0],
89 rec->fPost2x2[0][1], rec->fPost2x2[1][0], rec->fPost2x2[1][1]);
676 dst->setAll(fPost2x2[0][0], fPost2x2[0][1], 0,
677 fPost2x2[1][0], fPost2x2[1][1], 0,
808 // Why fPost2x2 can be used here.
816 if (0 == fRec.fPost2x2[1][0])
    [all...]
SkPaint.cpp     [all...]
SkGlyphCache.cpp 560 rec.fPost2x2[0][0], rec.fPost2x2[0][1], rec.fPost2x2[1][0], rec.fPost2x2[1][1]);
SkScalerContext.h 46 SkScalar fPost2x2[2][2];
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp 470 // fPost2x2 is column-major, left handed (y down).
481 rec->fPost2x2[0][0] = sm.getScaleX();
482 rec->fPost2x2[0][1] = sm.getSkewX();
483 rec->fPost2x2[1][0] = sm.getSkewY();
484 rec->fPost2x2[1][1] = sm.getScaleY();
    [all...]
SkScalerContext_win_dw.cpp 202 (both_zero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
203 both_zero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
    [all...]
SkFontHost_win.cpp 72 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
73 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
697 // fPost2x2 is column-major, left handed (y down).
750 // fPost2x2 is column-major, left handed (y down).
752 fMat22.eM11 = SkScalarToFIXED(fRec.fPost2x2[0][0]);
753 fMat22.eM12 = SkScalarToFIXED(-fRec.fPost2x2[1][0]);
754 fMat22.eM21 = SkScalarToFIXED(-fRec.fPost2x2[0][1]);
755 fMat22.eM22 = SkScalarToFIXED(fRec.fPost2x2[1][1])
    [all...]
SkFontHost_FreeType.cpp 640 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
641 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
    [all...]

Completed in 201 milliseconds