HomeSort by relevance Sort by last modified time
    Searched defs:fIndex (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 128 : fIndex(0), fStrings(strings)
132 if (fIndex >= fStrings->GetCount()) {
138 HRBM(fStrings->GetStringLength(fIndex, &stringLength), "Could not get string length.");
142 HRBM(fStrings->GetString(fIndex, wString.get(), stringLength), "Could not get string.");
148 HRBM(fStrings->GetLocaleNameLength(fIndex, &localeLength), "Could not get locale length.");
152 HRBM(fStrings->GetLocaleName(fIndex, wLocale.get(), localeLength), "Could not get locale.");
156 ++fIndex;
161 UINT32 fIndex;
  /external/skia/samplecode/
SamplePatch.cpp 320 int fIndex;
321 PtClick(SkView* view, int index) : Click(view), fIndex(index) {}
339 fPts[((PtClick*)click)->fIndex].set(click->fCurr.fX, click->fCurr.fY);
SampleFatBits.cpp 380 int fIndex;
382 IndexClick(SkView* v, int index) : SkView::Click(v), fIndex(index) {}
385 return ((IndexClick*)click)->fIndex;
SampleSlides.cpp 666 int fIndex;
679 fIndex = 0;
710 gProc[fIndex](canvas);
715 fIndex = (fIndex + 1) % SK_ARRAY_COUNT(gProc);
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 128 : fIndex(0), fStrings(strings)
132 if (fIndex >= fStrings->GetCount()) {
138 HRBM(fStrings->GetStringLength(fIndex, &stringLength), "Could not get string length.");
142 HRBM(fStrings->GetString(fIndex, wString.get(), stringLength), "Could not get string.");
148 HRBM(fStrings->GetLocaleNameLength(fIndex, &localeLength), "Could not get locale length.");
152 HRBM(fStrings->GetLocaleName(fIndex, wLocale.get(), localeLength), "Could not get locale.");
156 ++fIndex;
161 UINT32 fIndex;
  /external/chromium_org/third_party/skia/samplecode/
SampleFatBits.cpp 380 int fIndex;
382 IndexClick(SkView* v, int index) : SkView::Click(v), fIndex(index) {}
385 return ((IndexClick*)click)->fIndex;
SampleSlides.cpp 666 int fIndex;
679 fIndex = 0;
710 gProc[fIndex](canvas);
715 fIndex = (fIndex + 1) % SK_ARRAY_COUNT(gProc);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h 488 fIndex = index; fName = name;
490 int fIndex;
  /external/icu/icu4c/source/i18n/
regeximp.h 398 int64_t fIndex;
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 488 fIndex = index; fName = name;
490 int fIndex;
  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 314 int index() const { return fIndex; }
343 void setIndex(int index) { fIndex = index; }
349 fIndex = index;
355 int fIndex;
  /external/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp 679 , fIndex(0)
753 } else if (fIndex < fResults.count()) {
754 *result = fResults[fIndex++];
765 int fIndex;
    [all...]
SkpSkGrTest.cpp 488 , fIndex(0)
552 if (fIndex < fResults.count()) {
553 *result = fResults[fIndex++];
565 int fIndex;
  /external/skia/src/core/
SkPictureFlat.h 314 int index() const { return fIndex; }
343 void setIndex(int index) { fIndex = index; }
349 fIndex = index;
355 int fIndex;
  /external/skia/tests/
PathOpsSkpClipTest.cpp 679 , fIndex(0)
753 } else if (fIndex < fResults.count()) {
754 *result = fResults[fIndex++];
765 int fIndex;
    [all...]
SkpSkGrTest.cpp 488 , fIndex(0)
552 if (fIndex < fResults.count()) {
553 *result = fResults[fIndex++];
565 int fIndex;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 973 milliseconds

12