Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:postConcat
(Results
1 - 25
of
34
) sorted by relevance
1
2
/third_party/skia/src/core/
H
A
D
SkMatrixImageFilter.cpp
78
matrix.
postConcat
(fTransform);
in onFilterImage()
79
matrix.
postConcat
(ctx.ctm());
in onFilterImage()
128
matrix.
postConcat
(fTransform);
in onFilterNodeBounds()
134
matrix.
postConcat
(transformInverse);
in onFilterNodeBounds()
136
matrix.
postConcat
(ctm);
in onFilterNodeBounds()
H
A
D
SkImageFilterTypes.cpp
88
fParamToLayerMatrix.
postConcat
(layer);
in adjustLayerSpace()
89
fDevToLayerMatrix.
postConcat
(layer);
in adjustLayerSpace()
H
A
D
SkDraw_atlas.cpp
172
mx.
postConcat
(fMatrixProvider->localToDevice());
in drawAtlas()
204
mx.
postConcat
(fMatrixProvider->localToDevice());
in drawAtlas()
H
A
D
SkMatrix.cpp
299
this->
postConcat
(m);
in postTranslate()
375
return this->
postConcat
(m);
in postScale()
384
return this->
postConcat
(m);
in postScale()
486
return this->
postConcat
(m);
in postRotate()
492
return this->
postConcat
(m);
in postRotate()
536
return this->
postConcat
(m);
in postSkew()
542
return this->
postConcat
(m);
in postSkew()
692
SkMatrix& SkMatrix::
postConcat
(const SkMatrix& mat) {
in postConcat()
function in SkMatrix
H
A
D
SkStrikeSpec.cpp
134
textMatrix.
postConcat
(viewMatrix);
in ShouldDrawAsPath()
H
A
D
SkDevice.cpp
70
fLocalToDevice.
postConcat
(fGlobalToDevice);
in setGlobalCTM()
/third_party/skia/docs/examples/
H
A
D
Matrix_postConcat.cpp
11
matrix.
postConcat
(matrix);
in REG_FIDDLE()
/third_party/skia/include/effects/
H
A
D
SkColorMatrix.h
42
void
postConcat
(const SkColorMatrix& mat) { this->setConcat(mat, *this); }
in postConcat()
function in SkColorMatrix
/third_party/skia/modules/skottie/src/effects/
H
A
D
InvertEffect.cpp
121
m.
postConcat
(YIQ2RGB);
H
A
D
GlowStyles.cpp
79
mask_cm.
postConcat
(color_cm);
/third_party/skia/tests/
H
A
D
YUVTest.cpp
150
r2ym.
postConcat
(y2rm);
in DEF_TEST()
H
A
D
RecordDrawTest.cpp
121
expected.
postConcat
(translate);
in DEF_TEST()
/third_party/skia/gm/
H
A
D
scaledemoji.cpp
190
perspective.
postConcat
(taper);
H
A
D
flippity.cpp
157
tmp.
postConcat
(yFlip);
in UVMatToGeomMatForImage()
/third_party/skia/bench/
H
A
D
RotatedRectBench.cpp
141
m.
postConcat
(rotate);
/third_party/skia/src/android/
H
A
D
SkAnimatedImage.cpp
101
fMatrix.
postConcat
(SkMatrix::Translate(-fCropRect.fLeft, -fCropRect.fTop));
in SkAnimatedImage()
/third_party/skia/src/gpu/
H
A
D
GrDefaultGeoProcFactory.cpp
336
invert.
postConcat
(*localCoords.fMatrix);
/third_party/skia/src/shaders/gradients/
H
A
D
SkTwoPointConicalGradient.cpp
37
matrix->
postConcat
(focalMatrix);
in set()
H
A
D
SkGradientShader.cpp
287
matrix.
postConcat
(fPtsToUnit);
in onAppendStages()
433
inv.
postConcat
(fPtsToUnit);
in onProgram()
/third_party/skia/tools/viewer/
H
A
D
TouchGesture.cpp
127
fGlobalM.
postConcat
(fLocalM);
in flushLocalM()
/third_party/skia/src/pdf/
H
A
D
SkPDFDevice.cpp
336
pageXform.
postConcat
(fDocument->currentPageTransform());
in drawAnnotation()
1181
transform.
postConcat
(initialTransform);
in populate_graphic_state_entry_from_paint()
1565
transform.
postConcat
(ctm);
in internalDrawImageRect()
1645
scaled.
postConcat
(matrix);
in internalDrawImageRect()
/third_party/skia/src/gpu/effects/
H
A
D
GrYUVtoRGBEffect.cpp
75
planeMatrix.
postConcat
(SkMatrix::Scale(scaleX, scaleY));
in Make()
/third_party/skia/src/gpu/gradients/
H
A
D
GrGradientShader.cpp
689
matrix.
postConcat
(overrideMatrix ? *overrideMatrix : shader.getGradientMatrix());
in make_gradient()
/third_party/skia/include/core/
H
A
D
SkMatrix.h
1129
SkMatrix&
postConcat
(const SkMatrix& other);
H
A
D
SkM44.h
339
SkM44&
postConcat
(const SkM44& m) {
in postConcat()
function in SkM44
Completed in 29 milliseconds
1
2