OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srcMatrices
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/
GrDrawTarget.cpp
674
const SkMatrix*
srcMatrices
[]) {
712
if (NULL !=
srcMatrices
&& NULL !=
srcMatrices
[i]) {
713
srcMatrices
[i]->mapPointsWithStride(coords, vsize, 4);
GrInOrderDrawBuffer.cpp
76
const SkMatrix*
srcMatrices
[]) {
152
if (NULL !=
srcMatrices
&& NULL !=
srcMatrices
[i]) {
153
srcMatrices
[i]->mapPointsWithStride(coords, vsize, 4);
GrInOrderDrawBuffer.h
94
const SkMatrix*
srcMatrices
[]) SK_OVERRIDE;
GrDrawTarget.h
417
* @param
srcMatrices
optional matrices applied to srcRects. If
418
* srcRect[i] is non-NULL and
srcMatrices
[i] is
420
* srcMatrix[i].
srcMatrices
can be NULL when no
421
*
srcMatrices
are desired.
426
const SkMatrix*
srcMatrices
[]);
[
all
...]
GrContext.cpp
853
const SkMatrix*
srcMatrices
[GrDrawState::kNumStages] = {NULL};
855
srcMatrices
[0] = srcMatrix;
857
target->drawRect(dstRect, dstMatrix, srcRects,
srcMatrices
);
[
all
...]
Completed in 6683 milliseconds