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:fDrawBounds
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrDynamicAtlas.cpp
92
fDrawBounds
.setEmpty();
in reset()
139
fDrawBounds
.fWidth = std::max(
fDrawBounds
.width(), location->x() + width);
in addRect()
140
fDrawBounds
.fHeight = std::max(
fDrawBounds
.height(), location->y() + height);
in addRect()
199
fTextureProxy->priv().setLazyDimensions(
fDrawBounds
);
in instantiate()
201
SkASSERT(fTextureProxy->dimensions() ==
fDrawBounds
);
in instantiate()
H
A
D
GrDynamicAtlas.h
67
const SkISize& drawBounds() { return
fDrawBounds
; }
in drawBounds()
89
SkISize
fDrawBounds
;
member in GrDynamicAtlas::InternalMultisample
/third_party/skia/tools/viewer/
H
A
D
BisectSlide.h
31
SkISize getDimensions() const override { return
fDrawBounds
.size(); }
45
SkIRect
fDrawBounds
= SkIRect::MakeEmpty();
member in BisectSlide
H
A
D
BisectSlide.cpp
31
bisect->
fDrawBounds
.join(ibounds);
in Create()
101
canvas->translate(-
fDrawBounds
.left(), -
fDrawBounds
.top());
in draw()
/third_party/skia/experimental/graphite/src/
H
A
D
DrawList.h
100
:
fDrawBounds
(drawBounds)
in Clip()
103
const Rect& drawBounds() const { return
fDrawBounds
; }
in drawBounds()
111
Rect
fDrawBounds
;
member in skgpu::Clip
112
// The scissor must contain
fDrawBounds
, and must already be intersected with the device bounds.
/third_party/skia/tests/
H
A
D
VkDrawableTest.cpp
83
vkInfo.
fDrawBounds
->offset = { fWidth / 2, 0 };
84
vkInfo.
fDrawBounds
->extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight };
H
A
D
DeferredDisplayListTest.cpp
308
vkInfo.
fDrawBounds
= nullptr;
in makeVkSCB()
/third_party/skia/include/gpu/vk/
H
A
D
GrVkTypes.h
150
* Additionally, the SkDrawable may fill in the passed in
fDrawBounds
with the bounds of the draws
152
* bounds in vkCmdBeginRenderPass. If
fDrawBounds
is not updated, we will assume that the entire
167
VkRect2D*
fDrawBounds
;
member
/third_party/skia/src/gpu/vk/
H
A
D
GrVkOpsRenderPass.cpp
863
vkInfo.
fDrawBounds
= &bounds;
in onExecuteDrawable()
Completed in 7 milliseconds