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:kUnorm10_Unorm2
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkYUVAPixmaps.h
41
kUnorm10_Unorm2
, ///< 10 bit unorm for Y, U, and V. 2 bit unorm for alpha (if present).
member in SkYUVAPixmapInfo::DataType
43
kLast =
kUnorm10_Unorm2
300
case DataType::
kUnorm10_Unorm2
: return kUnknown_SkColorType;
in DefaultColorTypeForDataType()
308
case DataType::
kUnorm10_Unorm2
: return kUnknown_SkColorType;
in DefaultColorTypeForDataType()
321
case DataType::
kUnorm10_Unorm2
: return kRGBA_1010102_SkColorType;
in DefaultColorTypeForDataType()
329
case DataType::
kUnorm10_Unorm2
: return kRGBA_1010102_SkColorType;
in DefaultColorTypeForDataType()
/third_party/skia/src/core/
H
A
D
SkYUVAPixmaps.cpp
34
if (context.defaultBackendFormat(DefaultColorTypeForDataType(DataType::
kUnorm10_Unorm2
, n),
in SupportedDataTypes()
36
this->enableDataType(DataType::
kUnorm10_Unorm2
, n);
in SupportedDataTypes()
66
case kRGB_101010x_SkColorType: return {3, DataType::
kUnorm10_Unorm2
};
in NumChannelsAndDataType()
72
case kRGBA_1010102_SkColorType: return {4, DataType::
kUnorm10_Unorm2
};
in NumChannelsAndDataType()
186
case DataType::
kUnorm10_Unorm2
: return kRGBA_1010102_SkColorType;
in RecommendedRGBAColorType()
Completed in 2 milliseconds