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:fDstPtr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkRasterPipelineBlitter.cpp
65
fDstPtr
= {nullptr,0}, // Always points to the top-left of fDst.
member in final
263
blitter->
fDstPtr
= SkRasterPipeline_MemoryCtx{&blitter->fMemsetColor, 0};
in Create()
292
blitter->
fDstPtr
= SkRasterPipeline_MemoryCtx{
in Create()
301
p->append_load_dst(fDst.info().colorType(), &
fDstPtr
);
in append_load_dst()
311
p->append_store(fDst.info().colorType(), &
fDstPtr
);
in append_store()
350
p.append(SkRasterPipeline::srcover_rgba_8888, &
fDstPtr
);
in blitRect()
460
// Update ctx to point "into" this current mask, but lined up with
fDstPtr
at (0,0).
in blitMask()
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_image_writer.cpp
3276
uint8 *
fDstPtr
;
member in dng_lzw_compressor
3340
,
fDstPtr
(NULL)
in dng_lzw_compressor()
3439
uint8 *dstPtr1 =
fDstPtr
+ offset1;
in PutCodeWord()
3440
uint8 *dstPtr3 =
fDstPtr
+ offset2;
in PutCodeWord()
3464
uint8 *dstPtr2 =
fDstPtr
+ (offset1 + 1);
in PutCodeWord()
3489
fDstPtr
= dPtr;
in Compress()
Completed in 7 milliseconds