HomeSort by relevance Sort by last modified time
    Searched defs:fEntries (Results 1 - 7 of 7) sorted by null

  /external/skia/tests/
RecordDrawTest.cpp 127 fEntries.setCount(N);
130 fEntries[i] = e;
142 SkTDArray<Entry> fEntries;
167 REPORTER_ASSERT(r, bbh.fEntries.count() == 5);
168 for (int i = 0; i < bbh.fEntries.count(); i++) {
169 REPORTER_ASSERT(r, bbh.fEntries[i].opIndex == (unsigned)i);
171 REPORTER_ASSERT(r, sloppy_rect_eq(SkRect::MakeWH(400, 480), bbh.fEntries[i].bounds));
192 REPORTER_ASSERT(r, bbh.fEntries.count() == 2);
197 REPORTER_ASSERT(r, sloppy_rect_eq(bbh.fEntries[0].bounds, SkRect::MakeLTRB(0, 0, 140, 60)));
198 REPORTER_ASSERT(r, sloppy_rect_eq(bbh.fEntries[1].bounds, SkRect::MakeLTRB(0, 20, 180, 100)))
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.h 210 // binary search for entry matching desc. returns index into fEntries that matches desc or ~
215 Entry* fEntries[kMaxEntries];
217 // searching fEntries.
  /external/skia/src/pdf/
SkPDFDevice.cpp 241 fEntries[0].fClipStack = existingClipStack;
242 fEntries[0].fClipRegion = existingClipRegion;
255 GraphicStateEntry* currentEntry() { return &fEntries[fStackDepth]; }
259 GraphicStateEntry fEntries[kMaxStackDepth + 1];
274 fEntries[fStackDepth] = fEntries[fStackDepth - 1];
465 skip_clip_stack_prefix(fEntries[0].fClipStack, clipStack, &iter);
484 skip_clip_stack_prefix(fEntries[0].fClipStack, clipStack, &iter);
514 SkASSERT(fEntries[fStackDepth].fClipStack ==
515 fEntries[fStackDepth -1].fClipStack)
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 653 milliseconds