Home
last modified time | relevance | path

Searched refs:srcMatrices (Results 1 – 5 of 5) sorted by relevance

/external/skia/gpu/src/
DGrDrawTarget.cpp580 const GrMatrix* srcMatrices[]) { in drawRect() argument
586 srcMatrices, layout, geo.vertices()); in drawRect()
611 const GrMatrix* srcMatrices[], in SetRectVertices() argument
644 if (NULL != srcMatrices && NULL != srcMatrices[i]) { in SetRectVertices()
645 srcMatrices[i]->mapPointsWithStride(coords, vsize, 4); in SetRectVertices()
DGrInOrderDrawBuffer.cpp80 const GrMatrix* srcMatrices[]) { in drawRect() argument
100 SetRectVertices(rect, &combinedMatrix, srcRects, srcMatrices, layout, geo.vertices()); in drawRect()
178 INHERITED::drawRect(rect, matrix, stageEnableBitfield, srcRects, srcMatrices); in drawRect()
DGrContext.cpp1078 const GrMatrix* srcMatrices[GrDrawTarget::kNumStages] = {NULL}; in drawRectToRect() local
1080 srcMatrices[0] = srcMatrix; in drawRectToRect()
1082 target->drawRect(dstRect, dstMatrix, 1, srcRects, srcMatrices); in drawRectToRect()
/external/skia/gpu/include/
DGrInOrderDrawBuffer.h97 const GrMatrix* srcMatrices[] = NULL);
DGrDrawTarget.h811 const GrMatrix* srcMatrices[]);
1163 const GrMatrix* srcMatrices[],