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 229 SkScalar scaleSqd = effective_matrix_scale_sqrd(fInvMatrix);
239 if (scaleSqd < bicubicLimitSqd) { // use bicubic scanline
255 if (scaleSqd > SK_Scalar1) {
274 SkScalar levelScale = SkScalarInvert(SkScalarSqrt(scaleSqd));
    [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 229 SkScalar scaleSqd = effective_matrix_scale_sqrd(fInvMatrix);
239 if (scaleSqd < bicubicLimitSqd) { // use bicubic scanline
255 if (scaleSqd > SK_Scalar1) {
274 SkScalar levelScale = SkScalarInvert(SkScalarSqrt(scaleSqd));
    [all...]

Completed in 48 milliseconds