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:gTable
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkUnPreMultiply.h
24
return
gTable
;
in GetScaleTable()
29
return
gTable
[alpha];
in GetScale()
53
static const uint32_t
gTable
[256];
member in SkUnPreMultiply
/third_party/skia/src/gpu/vk/
H
A
D
GrVkPipeline.cpp
180
static const VkStencilOp
gTable
[] = {
in stencil_op_to_vk_stencil_op()
local
190
static_assert(SK_ARRAY_COUNT(
gTable
) == kGrStencilOpCount);
in stencil_op_to_vk_stencil_op()
200
return
gTable
[(int)op];
in stencil_op_to_vk_stencil_op()
204
static const VkCompareOp
gTable
[] = {
214
static_assert(SK_ARRAY_COUNT(
gTable
) == kGrStencilTestCount);
225
return
gTable
[(int)test];
339
static const VkBlendOp
gTable
[] = {
383
static_assert(SK_ARRAY_COUNT(
gTable
) == kGrBlendEquationCnt);
386
return
gTable
[equation];
/third_party/skia/modules/sksg/src/
H
A
D
SkSGColorFilter.cpp
155
uint8_t rTable[256],
gTable
[256], bTable[256];
in MakeNColorGradient()
local
182
gTable
[j] = static_cast<uint8_t>(std::round(g));
in MakeNColorGradient()
201
return SkTableColorFilter::MakeARGB(nullptr, rTable,
gTable
, bTable)
in MakeNColorGradient()
/third_party/skia/src/core/
H
A
D
SkUnPreMultiply.cpp
19
const uint32_t SkUnPreMultiply::
gTable
[] = {
member in SkUnPreMultiply
/third_party/skia/src/gpu/gl/
H
A
D
GrGLUtil.cpp
713
static const GrGLenum
gTable
[kGrStencilTestCount] = {
in GrToGLStencilFunc()
local
733
return
gTable
[(int)test];
in GrToGLStencilFunc()
H
A
D
GrGLGpu.cpp
2434
static const GrGLenum
gTable
[kGrStencilOpCount] = {
in gr_to_gl_stencil_op()
local
2453
return
gTable
[(int)op];
in gr_to_gl_stencil_op()
/third_party/skia/src/gpu/
H
A
D
SkGr.cpp
344
}
gTable
;
in make_dither_lut()
local
347
bmp.setPixels(const_cast<uint8_t*>(
gTable
.data));
in make_dither_lut()
Completed in 13 milliseconds