OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prematrix
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/graphics/java/android/graphics/
ColorMatrix.java
183
* Concat this colormatrix with the specified
prematrix
. This is logically
184
* the same as calling setConcat(this,
prematrix
);
186
public void preConcat(ColorMatrix
prematrix
) {
187
setConcat(this,
prematrix
);
/external/chromium_org/third_party/skia/src/core/
SkDraw.cpp
653
SkMatrix
preMatrix
;
657
preMatrix
.setTranslate(pts[i].fX, pts[i].fY);
661
fDevice->drawPath(*this, path, newPaint, &
preMatrix
,
664
this->drawPath(path, newPaint, &
preMatrix
,
[
all
...]
/external/skia/src/core/
SkDraw.cpp
653
SkMatrix
preMatrix
;
657
preMatrix
.setTranslate(pts[i].fX, pts[i].fY);
661
fDevice->drawPath(*this, path, newPaint, &
preMatrix
,
664
this->drawPath(path, newPaint, &
preMatrix
,
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp
897
// If we have a
prematrix
, apply it to the path, optimizing for the case
[
all
...]
/external/skia/src/gpu/
SkGpuDevice.cpp
897
// If we have a
prematrix
, apply it to the path, optimizing for the case
[
all
...]
Completed in 2936 milliseconds