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:requiredInput
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/effects/imagefilters/
H
A
D
SkCropImageFilter.cpp
120
skif::LayerSpace<SkIRect>
requiredInput
= this->cropRect(mapping);
in onGetInputLayerBounds()
local
123
if (!
requiredInput
.intersect(desiredOutput)) {
in onGetInputLayerBounds()
129
return
requiredInput
;
in onGetInputLayerBounds()
132
return this->visitInputLayerBounds(mapping,
requiredInput
, contentBounds);
in onGetInputLayerBounds()
/third_party/skia/src/core/
H
A
D
SkImageFilter.cpp
281
skif::LayerSpace<SkIRect>
requiredInput
= this->onGetInputLayerBounds(
in getInputBounds()
local
291
if (!
requiredInput
.intersect(contentBounds)) {
in getInputBounds()
296
return
requiredInput
;
in getInputBounds()
495
skif::LayerSpace<SkIRect>
requiredInput
=
in visitInputLayerBounds()
local
501
netInput =
requiredInput
;
in visitInputLayerBounds()
503
netInput.join(
requiredInput
);
in visitInputLayerBounds()
H
A
D
SkCanvas.cpp
851
skif::LayerSpace<SkIRect>
requiredInput
;
in internalDrawDeviceWithFilter()
local
857
requiredInput
= skif::LayerSpace<SkIRect>(SkIRect::MakeSize(srcDims));
in internalDrawDeviceWithFilter()
858
SkASSERT(!
requiredInput
.isEmpty());
in internalDrawDeviceWithFilter()
862
std::tie(mapping,
requiredInput
) = get_layer_mapping_and_bounds(
in internalDrawDeviceWithFilter()
865
if (
requiredInput
.isEmpty()) {
in internalDrawDeviceWithFilter()
882
requiredInput
.offset(-srcOrigin);
in internalDrawDeviceWithFilter()
894
if (srcSubset.intersect(
requiredInput
)) {
in internalDrawDeviceWithFilter()
911
SkRect::Make(SkIRect(
requiredInput
)))) {
in internalDrawDeviceWithFilter()
921
SkBaseDevice::CreateInfo info(make_layer_info(src->imageInfo(),
requiredInput
.width(),
in internalDrawDeviceWithFilter()
922
requiredInput
in internalDrawDeviceWithFilter()
[all...]
Completed in 5 milliseconds