Home
last modified time | relevance | path

Searched +defs:v +defs:translate (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrContext.cpp228 uint32_t v[4]; in findAndLockTexture() local
239 uint32_t v[4]; in isTextureInCache() local
247 uint32_t v[4]; in addAndLockStencilBuffer() local
255 uint32_t v[4]; in findStencilBuffer() local
313 uint32_t v[4]; in createAndLockTexture() local
448 uint32_t v[4]; in lockScratchTexture() local
483 uint32_t v[4]; in lockScratchTexture() local
1214 const GrVec* translate, in get_path_and_clip_bounds()
1260 const GrPoint* translate, in sw_draw_path_to_mask_texture()
1357 GrPathFill fill, const GrPoint* translate) { in drawPath()
DGrAAConvexPathRenderer.cpp279 int v = 0; in create_vertices() local
424 const GrVec* translate, in onDrawPath()
/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp259 static void v3Scale(Vector3 v, double desiredLength) in v3Scale()
808 TransformationMatrix& TransformationMatrix::translate(double tx, double ty) in translate() function in WebCore::TransformationMatrix