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:toQuad
(Results
1 - 25
of
46
) sorted by relevance
1
2
/third_party/skia/include/core/
H
A
D
SkRSXform.h
61
void
toQuad
(SkScalar width, SkScalar height, SkPoint quad[4]) const;
62
void
toQuad
(const SkSize& size, SkPoint quad[4]) const {
in toQuad()
function
63
this->
toQuad
(size.width(), size.height(), quad);
in toQuad()
/third_party/skia/docs/examples/
H
A
D
Matrix_postRotate_2.cpp
9
SkRect::Make(source.bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_preRotate_2.cpp
9
SkRect::Make(image->bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Rect_toQuad.cpp
9
rect.
toQuad
(corners);
in REG_FIDDLE()
H
A
D
Matrix_postScale.cpp
9
SkRect::Make(source.bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_postRotate.cpp
9
SkRect::Make(source.bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_postSkew.cpp
9
SkRect::Make(image->bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_postScale_2.cpp
9
SkRect::Make(source.bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_postConcat.cpp
9
SkRect::Make(source.bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_postSkew_2.cpp
9
SkRect::Make(image->bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_preScale.cpp
9
SkRect::Make(image->bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_preConcat.cpp
9
SkRect::Make(source.bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_preRotate.cpp
9
SkRect::Make(image->bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_preSkew.cpp
9
SkRect::Make(image->bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_preScale_2.cpp
9
SkRect::Make(image->bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_preSkew_2.cpp
9
SkRect::Make(image->bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_Concat.cpp
9
SkRect::Make(image->bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_063.cpp
9
SkRect::Make(image->bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_setConcat.cpp
9
SkRect::Make(source.bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_hasPerspective.cpp
10
SkRect::Make(source.bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
H
A
D
Matrix_mapXY_2.cpp
9
SkRect::Make(source.bounds()).
toQuad
(bitmapBounds);
in REG_FIDDLE()
/third_party/skia/src/pathops/
H
A
D
SkDCubicToQuads.cpp
35
SkDQuad SkDCubic::
toQuad
() const {
in toQuad()
function in SkDCubic
/third_party/skia/tests/
H
A
D
PathOpsTestCommon.cpp
141
SkDQuad quad = cubic.
toQuad
();
in CubicToQuads()
151
SkDQuad quad = part.
toQuad
();
in CubicToQuads()
/third_party/skia/gm/
H
A
D
runtimecolorfilter.cpp
117
r.
toQuad
(pos);
in DEF_SIMPLE_GM()
H
A
D
dstreadshuffle.cpp
73
kRect.
toQuad
(points);
in drawShape()
Completed in 7 milliseconds
1
2