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:newBounds
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkCanvasPriv.cpp
22
SkRect
newBounds
= bounds;
in SkAutoCanvasMatrixPaint()
local
24
matrix->mapRect(&
newBounds
);
in SkAutoCanvasMatrixPaint()
26
canvas->saveLayer(&
newBounds
, paint);
in SkAutoCanvasMatrixPaint()
H
A
D
SkImageFilterTypes.cpp
143
FilterResult FilterResult::resolveToBounds(const LayerSpace<SkIRect>&
newBounds
) const {
in resolveToBounds()
145
// to '
newBounds
' will be decal tiled and that the current image is decal tiled. Because of this
in resolveToBounds()
147
// intersection of '
newBounds
' and 'layerBounds()' so no rendering/copying is needed.
in resolveToBounds()
148
LayerSpace<SkIRect> tightBounds =
newBounds
;
in resolveToBounds()
H
A
D
SkImageFilterTypes.h
538
// Produce a new FilterResult that can correctly cover '
newBounds
' when it's drawn with its
541
// 'newTileMode' that applies at the '
newBounds
' geometry is incompatible with the current
545
FilterResult resolveToBounds(const LayerSpace<SkIRect>&
newBounds
) const;
/third_party/skia/tools/fonts/
H
A
D
RandomScalerContext.cpp
77
const SkRect&
newBounds
=
in generateMetrics()
local
80
newBounds
.roundOut(&ibounds);
in generateMetrics()
H
A
D
TestSVGTypeface.cpp
208
SkRect
newBounds
= SkRect::MakeXYWH(glyphData.fOrigin.fX,
variable
212
fMatrix.mapRect(&
newBounds
);
215
newBounds
.offset(dx, dy);
218
newBounds
.roundOut(&ibounds);
/third_party/skia/src/gpu/ops/
H
A
D
GrOp.h
283
void setBounds(const SkRect&
newBounds
, HasAABloat aabloat, IsHairline zeroArea) {
in setBounds()
argument
284
fBounds =
newBounds
;
in setBounds()
H
A
D
FillRectOp.cpp
416
SkRect
newBounds
= this->bounds();
in addQuad()
local
417
newBounds
.joinPossiblyEmptyRect(quad->fDevice.bounds());
in addQuad()
437
this->setBounds(
newBounds
, HasAABloat(fHelper.aaType() == GrAAType::kCoverage),
in addQuad()
Completed in 9 milliseconds