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:rectStaysRect
(Results
1 - 22
of
22
) sorted by relevance
/third_party/skia/docs/examples/
H
A
D
Matrix_rectStaysRect.cpp
10
SkDebugf("
rectStaysRect
: %s\n", matrix.
rectStaysRect
() ? "true" : "false");
in REG_FIDDLE()
/third_party/skia/src/core/
H
A
D
SkPathRef.cpp
175
bool canXformBounds = !src.fBoundsIsDirty && matrix.
rectStaysRect
() && src.countPoints() > 1;
205
bool
rectStaysRect
= matrix.
rectStaysRect
();
variable
206
(*dst)->fIsOval = src.fIsOval &&
rectStaysRect
;
207
(*dst)->fIsRRect = src.fIsRRect &&
rectStaysRect
;
H
A
D
SkDraw_atlas.cpp
28
if (ctm.
rectStaysRect
()) {
in fill_rect()
H
A
D
SkDraw.cpp
542
SkASSERT(matrix.
rectStaysRect
());
in compute_stroke_size()
576
!matrix.
rectStaysRect
() || SkPaint::kStrokeAndFill_Style == style) {
in ComputeRectType()
H
A
D
SkClipStack.cpp
188
if (m.
rectStaysRect
()) {
in initRect()
H
A
D
SkBlurMF.cpp
932
if (viewMatrix.
rectStaysRect
()) {
in make_rect_blur()
H
A
D
SkCanvas.cpp
1527
if (!path.isInverseFillType() && fMCRec->fMatrix.asM33().
rectStaysRect
()) {
H
A
D
SkMatrix.cpp
138
// For
rectStaysRect
, in the affine case, we only need check that
in computeTypeMask()
1174
return this->
rectStaysRect
(); // might still return true if rotated by 90, etc.
in mapRect()
/third_party/skia/include/core/
H
A
D
SkRSXform.h
45
bool
rectStaysRect
() const {
in rectStaysRect()
function
H
A
D
SkMatrix.h
263
bool
rectStaysRect
() const {
in rectStaysRect()
function in SkMatrix
286
Also called
rectStaysRect
(); use the one that provides better inline
291
bool preservesAxisAlignment() const { return this->
rectStaysRect
(); }
in preservesAxisAlignment()
1547
Returned value is the same as calling
rectStaysRect
().
1562
Returned value is the same as calling
rectStaysRect
().
/third_party/skia/src/effects/
H
A
D
SkDashPathEffect.cpp
83
SkASSERT(ctm.
rectStaysRect
());
in cull_line()
197
if (!matrix.
rectStaysRect
()) {
in onAsPoints()
/third_party/skia/tests/
H
A
D
GrQuadCropTest.cpp
27
SkASSERT(viewMatrix.
rectStaysRect
());
in run_crop_axis_aligned_test()
101
SkASSERT(!viewMatrix.
rectStaysRect
());
in run_crop_fully_covered_test()
H
A
D
MatrixTest.cpp
138
REPORTER_ASSERT(reporter, matrix.
rectStaysRect
());
in test_matrix_recttorect()
143
REPORTER_ASSERT(reporter, matrix.
rectStaysRect
());
in test_matrix_recttorect()
149
REPORTER_ASSERT(reporter, matrix.
rectStaysRect
());
in test_matrix_recttorect()
155
REPORTER_ASSERT(reporter, matrix.
rectStaysRect
());
in test_matrix_recttorect()
887
//
rectStaysRect
test
in DEF_TEST()
921
m.
rectStaysRect
() == gRectStaysRectSamples[i].mStaysRect);
in DEF_TEST()
/third_party/skia/src/gpu/geometry/
H
A
D
GrQuad.cpp
73
if (matrix.
rectStaysRect
()) {
in quad_type_for_transformed_rect()
/third_party/skia/src/gpu/ops/
H
A
D
StrokeRectOp.cpp
413
if (!viewMatrix.
rectStaysRect
()) {
in Make()
443
if (!viewMatrix.
rectStaysRect
()) {
in Make()
956
SkASSERT(viewMatrix.
rectStaysRect
());
in MakeNested()
H
A
D
GrOvalOpFactory.cpp
3198
SkASSERT(viewMatrix.
rectStaysRect
());
3250
SkASSERT(viewMatrix.
rectStaysRect
());
3324
if (!viewMatrix.
rectStaysRect
() || !rrect.isSimple()) {
3386
if (viewMatrix.
rectStaysRect
()) {
H
A
D
FillRRectOp.cpp
248
SkASSERT(clipToView.
rectStaysRect
());
in clipToShape()
/third_party/skia/src/gpu/v1/
H
A
D
SurfaceDrawContext.cpp
816
SkASSERT(inverse.
rectStaysRect
());
in fillRectToRect()
1094
viewMatrix.
rectStaysRect
() && viewMatrix.isSimilarity()) {
in drawRRect()
1137
if (tiltZPlane || skipAnalytic || !viewMatrix.
rectStaysRect
() || !viewMatrix.isSimilarity()) {
in drawFastShadow()
1763
viewMatrix.
rectStaysRect
() &&
in drawSimpleShape()
1765
// TODO: the
rectStaysRect
restriction could be lifted if we were willing to apply the
in drawSimpleShape()
H
A
D
Device_drawTexture.cpp
87
if (srcRectToDeviceSpace.
rectStaysRect
()) {
in can_ignore_linear_filtering_subset()
/third_party/skia/src/gpu/
H
A
D
GrTestUtils.cpp
102
SkASSERT(gMatrices[i].
rectStaysRect
());
in TestMatrixRectStaysRect()
/third_party/skia/gm/
H
A
D
dashing.cpp
440
SkASSERT(rot.
rectStaysRect
());
/third_party/skia/dm/
H
A
D
DMSrcSink.cpp
2276
if (!fMatrix.
rectStaysRect
() || !fMatrix.invert(&inverse)) {
in draw()
Completed in 40 milliseconds