/external/chromium_org/third_party/skia/src/effects/ |
SkBitmapAlphaThresholdShader.cpp | 261 bmpMatrix.postIDiv(bmpTexture->width(), bmpTexture->height()); 266 maskMatrix.postIDiv(maskTexture->width(), maskTexture->height());
|
/external/skia/src/effects/ |
SkBitmapAlphaThresholdShader.cpp | 261 bmpMatrix.postIDiv(bmpTexture->width(), bmpTexture->height()); 266 maskMatrix.postIDiv(maskTexture->width(), maskTexture->height());
|
/external/skia/gm/ |
texdata.cpp | 115 tm.postIDiv(2*S, 2*S);
|
/external/chromium_org/third_party/skia/include/core/ |
SkMatrix.h | 280 bool postIDiv(int divx, int divy);
|
/external/skia/include/core/ |
SkMatrix.h | 280 bool postIDiv(int divx, int divy);
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcState.cpp | 410 fInvMatrix.postIDiv(fOrigBitmap.width(), fOrigBitmap.height()); [all...] |
SkMatrix.cpp | 411 bool SkMatrix::postIDiv(int divx, int divy) { [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrDrawTarget.cpp | 944 matrix.postIDiv(tex->width(), tex->height()); [all...] |
GrContext.cpp | [all...] |
SkGpuDevice.cpp | 747 matrix.postIDiv(mask->width(), mask->height()); [all...] |
/external/skia/src/core/ |
SkBitmapProcState.cpp | 410 fInvMatrix.postIDiv(fOrigBitmap.width(), fOrigBitmap.height()); [all...] |
SkMatrix.cpp | 411 bool SkMatrix::postIDiv(int divx, int divy) { [all...] |
/external/skia/src/gpu/ |
GrDrawTarget.cpp | 944 matrix.postIDiv(tex->width(), tex->height()); [all...] |
GrContext.cpp | [all...] |
SkGpuDevice.cpp | 747 matrix.postIDiv(mask->width(), mask->height()); [all...] |