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:fillWithFP
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
SurfaceFillContext.h
79
void
fillWithFP
(std::unique_ptr<GrFragmentProcessor> fp) {
in fillWithFP()
function in skgpu::SurfaceFillContext
84
* A convenience version of
fillWithFP
that applies a coordinate transformation via
87
void
fillWithFP
(const SkMatrix& localMatrix, std::unique_ptr<GrFragmentProcessor> fp) {
in fillWithFP()
function in skgpu::SurfaceFillContext
H
A
D
SurfaceContext.cpp
902
yFC->
fillWithFP
(std::move(yFP));
in asyncRescaleAndReadPixelsYUV420()
927
uFC->
fillWithFP
(std::move(uFP));
in asyncRescaleAndReadPixelsYUV420()
950
vFC->
fillWithFP
(std::move(vFP));
in asyncRescaleAndReadPixelsYUV420()
1154
linearRTC->
fillWithFP
(std::move(fp));
in rescaleInto()
/third_party/skia/gm/
H
A
D
swizzle.cpp
37
sfc->
fillWithFP
(std::move(fp));
in DEF_SIMPLE_GPU_GM()
H
A
D
dsl_processor_test.cpp
68
sfc->
fillWithFP
(std::make_unique<SimpleDSLEffect>());
in DEF_SIMPLE_GPU_GM()
H
A
D
fpcoordinateoverride.cpp
93
sfc->
fillWithFP
(std::move(fp));
in DEF_SIMPLE_GPU_GM_BG()
H
A
D
gpu_blur_utils.cpp
73
sfc->
fillWithFP
(std::move(fp));
in slow_blur()
/third_party/skia/tests/
H
A
D
RectangleTextureTest.cpp
34
sfc->
fillWithFP
(std::move(fp));
in test_basic_draw_as_src()
H
A
D
SkRuntimeEffectTest.cpp
931
testCtx->
fillWithFP
(GrSkSLFP::Make(std::move(effect), "test_fp",
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H
A
D
ProcessorTest.cpp
232
sdc->
fillWithFP
(std::move(fp));
in render_fp()
/third_party/skia/src/image/
H
A
D
SkImage_Lazy.cpp
370
sfc->
fillWithFP
(std::move(fp));
in textureProxyViewFromPlanes()
H
A
D
SkImage_GpuYUVA.cpp
178
sfc->
fillWithFP
(std::move(fp));
in onAsView()
H
A
D
SkImage_Gpu.cpp
312
sfc->
fillWithFP
(std::move(colorFP));
in onMakeColorTypeAndColorSpace()
/third_party/skia/src/core/
H
A
D
SkRuntimeEffect.cpp
1310
fillContext->
fillWithFP
(invLM, std::move(fp));
in makeImage()
1312
fillContext->
fillWithFP
(std::move(fp));
in makeImage()
Completed in 14 milliseconds