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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 246 SkScalar scaleSqd = effective_matrix_scale_sqrd(fInvMatrix);
256 if (scaleSqd < bicubicLimitSqd) { // use bicubic scanline
272 if (scaleSqd > SK_Scalar1) {
292 SkScalar levelScale = SkScalarInvert(SkScalarSqrt(scaleSqd));
    [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 246 SkScalar scaleSqd = effective_matrix_scale_sqrd(fInvMatrix);
256 if (scaleSqd < bicubicLimitSqd) { // use bicubic scanline
272 if (scaleSqd > SK_Scalar1) {
292 SkScalar levelScale = SkScalarInvert(SkScalarSqrt(scaleSqd));
    [all...]

Completed in 1766 milliseconds