HomeSort by relevance Sort by last modified time
    Searched full:bilerp (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/skia/src/utils/
SkPatchUtils.h 112 * colors refers to the corner colors that will be bilerp across the patch (optional parameter)
113 * texCoords refers to the corner texture coordinates that will be bilerp across the patch
SkPatchUtils.cpp 140 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, function
290 uint8_t a = uint8_t(bilerp(u, v,
295 uint8_t r = uint8_t(bilerp(u, v,
300 uint8_t g = uint8_t(bilerp(u, v,
305 uint8_t b = uint8_t(bilerp(u, v,
315 bilerp(u, v, texCoords[kTopLeft_Corner].x(),
319 bilerp(u, v, texCoords[kTopLeft_Corner].y(),
SkPatchGrid.h 99 * The colors and texCoords are the values at the corners of the patch which will be bilerp
SkTextureCompressor_ASTC.cpp     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMatrixUtils.h 14 * Number of subpixel bits used in skia's bilerp.
SkDistanceFieldGen.h 18 // the rect we render with is inset from the distance field glyph size to allow for bilerp
SkBitmapProcState.cpp 223 * 1. fall back on mipmaps + bilerp
230 * setting the filter-level to kLow to signal that we just need bilerp
389 // downgrade to bilerp.
395 // to fall back to bilerp. This needs thought.
403 // Only try bilerp if the matrix is "interesting" and
    [all...]
  /external/skia/src/core/
SkMatrixUtils.h 14 * Number of subpixel bits used in skia's bilerp.
SkDistanceFieldGen.h 18 // the rect we render with is inset from the distance field glyph size to allow for bilerp
SkBitmapProcState.cpp 235 * 1. fall back on mipmaps + bilerp
242 * setting the filter-level to kLow to signal that we just need bilerp
470 // downgrade to bilerp.
476 // to fall back to bilerp. This needs thought.
484 // Only try bilerp if the matrix is "interesting" and
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureDomain.h 33 // Wrap texture coordinates. NOTE: filtering may not work as expected because Bilerp will
57 /* Computes a domain that bounds all the texels in texelRect. Note that with bilerp enabled
GrTextureDomain.cpp 298 bool bilerp = mode != GrTextureDomain::kRepeat_Mode ? random->nextBool() : false; local
304 bilerp ? GrTextureParams::kBilerp_FilterMode : GrTextureParams::kNone_FilterMode,
GrBicubicEffect.cpp 215 // Use bilerp to handle rotation or fractional translation.
  /external/skia/src/gpu/effects/
GrTextureDomain.cpp 272 bool bilerp = random->nextBool(); local
278 bilerp ? GrTextureParams::kBilerp_FilterMode : GrTextureParams::kNone_FilterMode,
GrTextureDomain.h 49 /* Computes a domain that bounds all the texels in texelRect. Note that with bilerp enabled
GrBicubicEffect.cpp 203 // Use bilerp to handle rotation or fractional translation.
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h     [all...]

Completed in 2641 milliseconds