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:fInterval
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/shaders/gradients/
H
A
D
Sk4fLinearGradient.cpp
271
,
fInterval
(i)
in LinearIntervalProcessor()
298
SkASSERT(!std::isfinite(fAdvX) || fAdvX <= (
fInterval
->fT1 -
fInterval
->fT0) / fDx);
in currentAdvance()
321
SkASSERT(in_range(t,
fInterval
->fT0,
fInterval
->fT1));
323
const Sk4f dc = DstTraits<premul>::load(
fInterval
->fCg);
324
fCc = DstTraits<premul>::load(
fInterval
->fCb) + dc * Sk4f(t);
367
fInterval
= this->next_interval(
fInterval
);
in advance_interval()
368
fAdvX = (
fInterval
in advance_interval()
386
const Sk4fGradientInterval*
fInterval
; // current interval
global()
member in __anon18951::SkLinearGradient::LinearGradient4fContext::LinearIntervalProcessor
[all...]
/third_party/skia/src/core/
H
A
D
SkGlyph.cpp
296
*array++ = intercept->
fInterval
[index] * scale + xPos;
in ensureIntercepts()
318
if (match->
fInterval
[0] < match->
fInterval
[1]) {
in ensureIntercepts()
328
intercept->
fInterval
[0] = SK_ScalarMax;
in ensureIntercepts()
329
intercept->
fInterval
[1] = SK_ScalarMin;
in ensureIntercepts()
337
std::tie(intercept->
fInterval
[0], intercept->
fInterval
[1])
in ensureIntercepts()
340
if (intercept->
fInterval
[0] >= intercept->
fInterval
[1]) {
in ensureIntercepts()
341
intercept->
fInterval
[
in ensureIntercepts()
[all...]
H
A
D
SkGlyph.h
361
// the fBounds contains the top and bottom of the underline. The
fInterval
pair contains the
367
SkScalar
fInterval
[2]; // the outside intersections of the axis and the glyph
Completed in 2 milliseconds