Home
last modified time | relevance | path

Searched defs:transformValues (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp198 const float transformValues[], PathTransformType transformType, in drawPaths()
367 GrGLenum transformType, const GrGLfloat *transformValues) { in stencilThenCoverFillPathInstanced()
382 GrGLenum transformType, const GrGLfloat *transformValues) { in stencilThenCoverStrokePathInstanced()
DGrGLGpu.cpp1962 const float transformValues[], in onDrawPaths()
/external/skia/src/gpu/
DGrReorderCommandBuilder.h44 const float transformValues[], in recordDrawPaths()
DGrInOrderDrawBuffer.h48 const float* transformValues, PathTransformType transformType, in appendIndicesAndTransforms()
DGrInOrderCommandBuilder.cpp75 const float transformValues[], in recordDrawPaths()
DGrInOrderDrawBuffer.cpp61 const float transformValues[], in onDrawPaths()
DGrGpu.cpp320 const float transformValues[], in drawPaths()
DGrTest.cpp212 const float transformValues[], in onDrawPaths()
DGrDrawTarget.cpp256 const float transformValues[], in drawPaths()
/external/guava/guava/src/com/google/common/collect/
DTables.java332 public static <R, C, V1, V2> Table<R, C, V2> transformValues( in transformValues() method in Tables