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:setRSXform
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkDraw_atlas.cpp
128
mx.
setRSXform
(xform[i]);
in drawAtlas()
170
mx.
setRSXform
(xform[i]);
in drawAtlas()
202
mx.
setRSXform
(xform[i]);
in drawAtlas()
H
A
D
SkGlyphRun.cpp
75
SkMatrix xform = SkMatrix().
setRSXform
(
in sourceBounds()
100
bounds.join(SkMatrix().
setRSXform
(xform).mapRect(fontBounds));
in sourceBounds()
H
A
D
SkDevice.cpp
474
glyphToLocal.
setRSXform
(rsxForm).postTranslate(origin.x(), origin.y());
in simplifyGlyphRunRSXFormAndRedraw()
H
A
D
SkMatrix.cpp
429
SkMatrix& SkMatrix::
setRSXform
(const SkRSXform& xform) {
in setRSXform()
function in SkMatrix
1818
m.
setRSXform
(*this).mapPoints(quad, quad, 4);
in toQuad()
H
A
D
SkTextBlob.cpp
264
return SkMatrix().
setRSXform
(xform).mapRect(rect);
in map_quad_to_rect()
/third_party/skia/docs/examples/
H
A
D
Matrix_setRSXform.cpp
14
matrix.
setRSXform
(SkRSXform::Make(.85f, .25f, rect.centerX(), rect.centerY()));
in REG_FIDDLE()
/third_party/skia/samplecode/
H
A
D
SampleShip.cpp
38
matrix.
setRSXform
(xform[i]);
in draw_atlas_sim()
H
A
D
SampleAtlas.cpp
34
matrix.
setRSXform
(xform[i]);
in draw_atlas_sim()
/third_party/skia/modules/svg/src/
H
A
D
SkSVGText.cpp
591
m.
setRSXform
(it.xforms()[i]);
in onObjectBoundingBox()
632
glyph_matrix.
setRSXform
(glyph_rsx);
in onAsPath()
/third_party/skia/include/core/
H
A
D
SkMatrix.h
703
SkMatrix&
setRSXform
(const SkRSXform& rsxForm);
Completed in 13 milliseconds