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:fPixmaps
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/tools/gpu/
H
A
D
YUVUtils.cpp
59
,
fPixmaps
(std::move(pixmaps)) {}
in Generator()
71
SkColorMatrix_YUV2RGB(
fPixmaps
.yuvaInfo().yuvColorSpace(), mtx);
72
SkYUVAInfo::YUVALocations yuvaLocations =
fPixmaps
.toYUVALocations();
75
SkMatrix om =
fPixmaps
.yuvaInfo().originMatrix();
79
if (SkEncodedOriginSwapsWidthHeight(
fPixmaps
.yuvaInfo().origin())) {
96
const auto& pmap =
fPixmaps
.plane(yuvaLocations[c].fPlane);
101
const auto& pmap =
fPixmaps
.plane(aPlane);
116
*info =
fPixmaps
.pixmapsInfo();
121
SkASSERT(pixmaps.yuvaInfo() ==
fPixmaps
.yuvaInfo());
123
SkASSERT(
fPixmaps
132
SkYUVAPixmaps
fPixmaps
;
global()
member in __anon26493::Generator
[all...]
H
A
D
YUVUtils.h
48
SkISize dimensions() const { return
fPixmaps
.yuvaInfo().dimensions(); }
in dimensions()
54
SkYUVAPixmaps
fPixmaps
;
member in sk_gpu_test::LazyYUVImage
/third_party/skia/gm/
H
A
D
yuvtorgbsubset.cpp
63
fPixmaps
= SkYUVAPixmaps::Allocate(pmapInfo);
in makePixmaps()
74
bitmaps[i].installPixels(
fPixmaps
.plane(i));
in makePixmaps()
89
if (!
fPixmaps
.isValid()) {
94
for (int i = 0; i <
fPixmaps
.numPlanes(); ++i) {
96
bitmap.installPixels(
fPixmaps
.plane(i));
105
fProxies = GrYUVATextureProxies(
fPixmaps
.yuvaInfo(), views, colorTypes);
168
SkYUVAPixmaps
fPixmaps
;
member in skiagm::YUVtoRGBSubsetEffect
/third_party/skia/src/core/
H
A
D
SkYUVPlanesCache.cpp
22
SkYUVAPixmaps
fPixmaps
;
member
42
fValue.
fPixmaps
= pixmaps;
in YUVPlanesRec()
70
result->
fPixmaps
= rec.fValue.
fPixmaps
;
in Visitor()
85
*pixmaps = result.
fPixmaps
;
in FindAndRef()
Completed in 2 milliseconds