OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCurrIndex
(Results
1 - 8
of
8
) sorted by null
/external/skia/src/core/
SkVertState.cpp
11
int index = state->
fCurrIndex
;
18
state->
fCurrIndex
= index + 3;
24
int index = state->
fCurrIndex
;
31
state->
fCurrIndex
= index + 3;
36
int index = state->
fCurrIndex
;
48
state->
fCurrIndex
= index + 1;
54
int index = state->
fCurrIndex
;
66
state->
fCurrIndex
= index + 1;
71
int index = state->
fCurrIndex
;
78
state->
fCurrIndex
= index + 1
[
all
...]
SkVertState.h
29
fCurrIndex
= 0;
47
int
fCurrIndex
;
/external/skia/samplecode/
SampleFilter2.cpp
31
int
fCurrIndex
;
45
fCurrIndex
= 0;
59
str.append(gNames[
fCurrIndex
]);
SampleApp.cpp
761
fCurrIndex
= -1;
773
fCurrIndex
= fSamples.count();
821
fCurrIndex
= findByTitle(FLAGS_slide[0]);
822
if (
fCurrIndex
< 0) {
834
if (
fCurrIndex
< 0) {
837
fCurrIndex
= findByTitle(title.c_str());
841
if (
fCurrIndex
< 0) {
842
fCurrIndex
= 0;
970
this->loadView((*fSamples[
fCurrIndex
])());
[
all
...]
SampleApp.h
166
int
fCurrIndex
;
/external/skia/src/images/
SkMovie_gif.cpp
35
int
fCurrIndex
;
61
fCurrIndex
= -1;
113
fCurrIndex
= i;
114
return fLastDrawIndex !=
fCurrIndex
;
117
fCurrIndex
= fGIF->ImageCount - 1;
362
if (fLastDrawIndex >= 0 && fLastDrawIndex ==
fCurrIndex
) {
380
} else if (startIndex >
fCurrIndex
) {
385
int lastIndex =
fCurrIndex
;
/external/skia/include/views/
SkWidget.h
298
int getSelection() const { return
fCurrIndex
; }
342
int
fCurrIndex
; // logical index
370
int getSelection() const { return
fCurrIndex
; }
398
int
fCurrIndex
; // logical index
/external/skia/include/views/animated/
SkWidgetViews.h
223
int getSelection() const { return
fCurrIndex
; }
282
int16_t fScrollIndex,
fCurrIndex
;
Completed in 438 milliseconds