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:ibounds
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/tools/fonts/
H
A
D
TestSVGTypeface.cpp
217
SkIRect
ibounds
;
variable
218
newBounds.roundOut(&
ibounds
);
219
glyph->fLeft =
ibounds
.fLeft;
220
glyph->fTop =
ibounds
.fTop;
221
glyph->fWidth =
ibounds
.width();
222
glyph->fHeight =
ibounds
.height();
721
SkIRect
ibounds
= bounds.roundOut();
in exportTtxCbdt()
722
if (!SkTFitsIn<int8_t>(
ibounds
.fLeft) || !SkTFitsIn<int8_t>(
ibounds
.fTop) ||
in exportTtxCbdt()
723
!SkTFitsIn<uint8_t>(
ibounds
in exportTtxCbdt()
760
SkIRect
ibounds
= bounds.roundOut();
exportTtxCbdt()
local
933
SkIRect
ibounds
= bounds.roundOut();
exportTtxSbix()
local
982
SkIRect
ibounds
= bounds.roundOut();
exportTtxSbix()
local
1188
SkIRect
ibounds
= bounds.roundOut();
writePath()
local
[all...]
H
A
D
RandomScalerContext.cpp
79
SkIRect
ibounds
;
in generateMetrics()
local
80
newBounds.roundOut(&
ibounds
);
in generateMetrics()
81
glyph->fLeft =
ibounds
.fLeft;
in generateMetrics()
82
glyph->fTop =
ibounds
.fTop;
in generateMetrics()
83
glyph->fWidth =
ibounds
.width();
in generateMetrics()
84
glyph->fHeight =
ibounds
.height();
in generateMetrics()
/third_party/skia/tools/viewer/
H
A
D
BisectSlide.cpp
28
SkIRect
ibounds
;
in Create()
30
bounds.roundOut(&
ibounds
);
in Create()
31
bisect->fDrawBounds.join(
ibounds
);
in Create()
/third_party/skia/src/gpu/ops/
H
A
D
AAHairLinePathRenderer.cpp
266
SkIRect
ibounds
;
in gather_lines_and_quads()
local
283
SkIRect
ibounds
;
in gather_lines_and_quads()
286
bounds.roundOut(&
ibounds
);
in gather_lines_and_quads()
289
if (SkIRect::Intersects(devClipBounds,
ibounds
)) {
in gather_lines_and_quads()
346
bounds.roundOut(&
ibounds
);
in gather_lines_and_quads()
347
if (SkIRect::Intersects(devClipBounds,
ibounds
)) {
in gather_lines_and_quads()
389
bounds.roundOut(&
ibounds
);
in gather_lines_and_quads()
390
if (SkIRect::Intersects(devClipBounds,
ibounds
)) {
in gather_lines_and_quads()
421
bounds.roundOut(&
ibounds
);
in gather_lines_and_quads()
422
if (SkIRect::Intersects(devClipBounds,
ibounds
)) {
in gather_lines_and_quads()
[all...]
/third_party/skia/src/ports/
H
A
D
SkScalerContext_win_dw.cpp
635
SkIRect
ibounds
= bounds.roundOut();
in generateColorMetrics()
local
637
glyph->fWidth =
ibounds
.fRight -
ibounds
.fLeft;
in generateColorMetrics()
638
glyph->fHeight =
ibounds
.fBottom -
ibounds
.fTop;
in generateColorMetrics()
639
glyph->fLeft =
ibounds
.fLeft;
in generateColorMetrics()
640
glyph->fTop =
ibounds
.fTop;
in generateColorMetrics()
/third_party/skia/src/core/
H
A
D
SkScan_Hairline.cpp
524
const SkIRect
ibounds
= path.getBounds().roundOut().makeOutset(capOut, capOut);
525
if (rclip.quickReject(
ibounds
)) {
528
if (!rclip.quickContains(
ibounds
)) {
H
A
D
SkAAClip.cpp
1402
SkIRect
ibounds
;
1404
// of clip and
ibounds
, we create the builder with the snug bounds.
1406
ibounds
= clip;
1408
path.getBounds().roundOut(&
ibounds
);
1409
if (
ibounds
.isEmpty() || !
ibounds
.intersect(clip)) {
1414
Builder builder(
ibounds
);
H
A
D
SkCanvas.cpp
1654
SkIRect
ibounds
= this->getDeviceClipBounds();
1655
if (
ibounds
.isEmpty()) {
1669
SkRect r = SkRect::Make(
ibounds
.makeOutset(margin, margin));
Completed in 21 milliseconds