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:linear_gradient
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/docs/examples/
H
A
D
shader_alphaimage.cpp
10
sk_sp<SkShader>
linear_gradient
() {
in REG_FIDDLE()
function
20
p.setShader(
linear_gradient
());
in REG_FIDDLE()
H
A
D
alphaimage_shader_colorfilter.cpp
10
sk_sp<SkShader>
linear_gradient
() {
in REG_FIDDLE()
function
25
p.setShader(
linear_gradient
());
in REG_FIDDLE()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttcolr.c
506
&apaint->u.
linear_gradient
.colorline ) )
in read_paint()
513
apaint->u.
linear_gradient
.p0.x = INT_TO_FIXED( FT_NEXT_SHORT( p ) );
in read_paint()
514
apaint->u.
linear_gradient
.p0.y = INT_TO_FIXED( FT_NEXT_SHORT( p ) );
in read_paint()
515
apaint->u.
linear_gradient
.p1.x = INT_TO_FIXED( FT_NEXT_SHORT( p ) );
in read_paint()
516
apaint->u.
linear_gradient
.p1.y = INT_TO_FIXED( FT_NEXT_SHORT( p ) );
in read_paint()
517
apaint->u.
linear_gradient
.p2.x = INT_TO_FIXED( FT_NEXT_SHORT( p ) );
in read_paint()
518
apaint->u.
linear_gradient
.p2.y = INT_TO_FIXED( FT_NEXT_SHORT( p ) );
in read_paint()
/third_party/skia/src/ports/
H
A
D
SkFontHost_FreeType_common.cpp
575
FT_PaintLinearGradient&
linear_gradient
= colrv1_paint.u.
linear_gradient
;
in colrv1_configure_skpaint()
local
576
SkPoint line_positions[2] = {SkPoint::Make(SkFixedToScalar(
linear_gradient
.p0.x),
in colrv1_configure_skpaint()
577
-SkFixedToScalar(
linear_gradient
.p0.y)),
in colrv1_configure_skpaint()
578
SkPoint::Make(SkFixedToScalar(
linear_gradient
.p1.x),
in colrv1_configure_skpaint()
579
-SkFixedToScalar(
linear_gradient
.p1.y))};
in colrv1_configure_skpaint()
582
SkPoint p2 = SkPoint::Make(SkFixedToScalar(
linear_gradient
.p2.x),
in colrv1_configure_skpaint()
583
-SkFixedToScalar(
linear_gradient
.p2.y));
in colrv1_configure_skpaint()
599
if (!fetch_color_stops(
linear_gradient
.colorline.color_stop_iterator, stops, colors) ||
in colrv1_configure_skpaint()
634
ToSkTileMode(
linear_gradient
in colrv1_configure_skpaint()
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/
H
A
D
ftcolor.h
1355
FT_PaintLinearGradient
linear_gradient
;
member
Completed in 8 milliseconds