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

  /external/chromium_org/third_party/skia/src/effects/
SkDisplacementMapEffect.cpp 333 GrTexture* displacement, const SkMatrix& offsetMatrix, GrTexture* color) {
338 offsetMatrix,
362 GrTexture* displacement, const SkMatrix& offsetMatrix,
429 SkMatrix offsetMatrix = GrCoordTransform::MakeDivByTextureWHMatrix(displacement);
430 offsetMatrix.preTranslate(SkIntToScalar(colorOffset.fX - displacementOffset.fX),
438 offsetMatrix,
462 const SkMatrix& offsetMatrix,
464 : fDisplacementTransform(kLocal_GrCoordSet, offsetMatrix, displacement)
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 222 milliseconds