Home
last modified time | relevance | path

Searched refs:preTranslate (Results 1 - 25 of 41) sorted by relevance

12

/third_party/skia/bench/
H A DSKPAnimationBench.cpp59 drawMatrix->preTranslate(center.fX, center.fY);
61 drawMatrix->preTranslate(-center.fX, -center.fY);
H A DGlyphQuadFillBench.cpp52 drawMatrix.preTranslate(drawOrigin.x(), drawOrigin.y());
H A DPathTextBench.cpp74 fXforms[i].preTranslate(-scale/2 * bounds.width(), -scale/2 * bounds.height());
H A DMatrix44Bench.cpp180 fM.preTranslate(0.f, 5.f, -0.1f); in MapRectBench()
/third_party/skia/src/core/
H A DSkDraw_atlas.cpp129 mx.preTranslate(-textures[i].fLeft, -textures[i].fTop); in drawAtlas()
171 mx.preTranslate(-textures[i].fLeft, -textures[i].fTop); in drawAtlas()
203 mx.preTranslate(-textures[i].fLeft, -textures[i].fTop); in drawAtlas()
H A DSkDrawLooper.cpp22 ctm->preTranslate(fTranslate.fX, fTranslate.fY); in applyToCTM()
H A DSkGlyphBuffer.cpp53 matrix.preTranslate(origin.x(), origin.y()); in startBitmapDevice()
H A DSkDevice.cpp58 fDeviceToGlobal.preTranslate(bufferOriginX, bufferOriginY); in setDeviceCoordinateSystem()
358 deviceMatrixWithOffset.preTranslate(offset.fX, offset.fY); in drawFilteredImage()
H A DSkGlyphRunPainter.cpp134 runMatrix.preTranslate(drawOrigin.x(), drawOrigin.y()); in drawForBitmapDevice()
/third_party/skia/gm/
H A Ddrawquadset.cpp194 rowMatrices[2].preTranslate(15.f, -20.f);
197 rowMatrices[3].preTranslate(-30.f, 0.f);
206 rowMatrices[4].preTranslate(0.f, +10.f);
H A Dshapes.cpp170 innerXform.preTranslate(-inner.rect().centerX(), -inner.rect().centerY());
H A Dconvexpolyclip.cpp69 mat.preTranslate(6 * wScalar, 6 * hScalar); in make_img()
H A Dcompositor_quads.cpp521 fMatrices[2].preTranslate(15.f, -20.f); in configureMatrices()
526 fMatrices[3].preTranslate(-30.f, 0.f); in configureMatrices()
537 fMatrices[4].preTranslate(0.f, 10.f); in configureMatrices()
H A Dimagefilterstransformed.cpp196 localMatrix.preTranslate(128, 128);
/third_party/skia/docs/examples/
H A DCanvas_drawPicture_4.cpp22 matrix.preTranslate(70, 70); in REG_FIDDLE()
H A DMatrix_preTranslate.cpp22 matrix.preTranslate(40, 40); in REG_FIDDLE()
H A DCanvas_drawPicture_3.cpp23 matrix.preTranslate(70, 70); in REG_FIDDLE()
H A Dflag_us_1792.cpp22 matrix.preTranslate(0, -785); in REG_FIDDLE()
/third_party/skia/samplecode/
H A DSampleAndroidShadows.cpp278 persp.preTranslate(-pivot.fX, -pivot.fY);
295 persp.preTranslate(-pivot.fX, -pivot.fY);
310 persp.preTranslate(-pivot.fX, -pivot.fY);
/third_party/skia/modules/androidkit/src/
H A DMatrix.cpp89 matrix->preTranslate(x, y, z); in Matrix_Translate()
/third_party/skia/src/effects/
H A DSk1DPathEffect.cpp153 matrix.preTranslate(-sx, 0); in morphpoints()
/third_party/skia/src/gpu/ops/
H A DAtlasTextOp.cpp127 positionMatrix.preTranslate(fDrawOrigin.x(), fDrawOrigin.y()); in fillVertexData()
497 drawMatrix.preTranslate(x, y); in CreateOpTestingOnly()
/third_party/skia/tests/
H A DM44Test.cpp346 .preTranslate(-src.centerX(), -src.centerY()) in DEF_TEST()
352 p.preTranslate(0.f, 5.f, -0.1f); in DEF_TEST()
/third_party/skia/src/utils/
H A DSkCamera.cpp201 fRec->fMatrix.preTranslate(x, y, z); in translate()
/third_party/skia/src/pdf/
H A DSkPDFShader.cpp116 finalMatrix.preTranslate(deviceBounds.left(), deviceBounds.top()); in make_image_shader()

Completed in 14 milliseconds

12