OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fcache16
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/effects/
SkGradientShader.cpp
174
mutable uint16_t*
fCache16
; // working ptr. If this is NULL, we need to recompute the cache values
177
mutable uint16_t* fCache16Storage; // storage for
fCache16
, allocated on demand
212
fCache16
= fCache16Storage = NULL;
321
fCache16
= fCache16Storage = NULL;
418
fCache16
= NULL; // inval the cache
572
if (
fCache16
== NULL) {
580
fCache16
= fCache16Storage;
582
Build16bitCache(
fCache16
, fOrigColors[0], fOrigColors[1], kCache16Count);
591
Build16bitCache(
fCache16
+ prevIndex, fOrigColors[i-1], fOrigColors[i], nextIndex - prevIndex + 1);
599
uint16_t* linear =
fCache16
; // just computed linear dat
[
all
...]
Completed in 59 milliseconds