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:Palette
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkFontArguments.h
33
struct
Palette
{
struct
79
SkFontArguments& setPalette(
Palette
palette) {
in setPalette()
86
Palette
getPalette() const { return fPalette; }
in getPalette()
91
Palette
fPalette;
/third_party/skia/modules/skparagraph/src/
H
A
D
FontArguments.cpp
10
static bool operator==(const SkFontArguments::
Palette
::Override& a,
in operator ==()
11
const SkFontArguments::
Palette
::Override& b) {
in operator ==()
65
SkFontArguments::
Palette
palette{
in CloneTypeface()
86
RSFontArguments::
Palette
palette{
in CloneTypeface()
88
(RSFontArguments::
Palette
::Override*)fPaletteOverrides.data(),
in CloneTypeface()
/third_party/typescript/tests/baselines/reference/
H
A
D
typeSatisfaction_propertyValueConformance3.js
5
export const
Palette
= {
15
exports.
Palette
= void 0;
17
exports.
Palette
= {
/third_party/ffmpeg/libavcodec/
H
A
D
flashsv2enc.c
83
typedef struct
Palette
{
struct
86
}
Palette
;
typedef
115
Palette
palette;
444
static inline int pixel_color7_fast(
Palette
* palette, unsigned c15)
in pixel_color7_fast()
449
static int pixel_color7_slow(
Palette
* palette, unsigned color)
in pixel_color7_slow()
469
static int write_pixel_15_7(
Palette
* palette, uint8_t * dest, const uint8_t * src,
in write_pixel_15_7()
487
static int update_palette_index(
Palette
* palette)
in update_palette_index()
530
static int generate_default_palette(
Palette
* palette)
in generate_default_palette()
538
static int generate_optimum_palette(
Palette
* palette, const uint8_t * image,
in generate_optimum_palette()
545
static inline int encode_15_7_sl(
Palette
* palett
[all...]
/third_party/skia/modules/skparagraph/include/
H
A
D
FontArguments.h
39
std::vector<SkFontArguments::
Palette
::Override> fPaletteOverrides;
Completed in 3 milliseconds