HomeSort by relevance Sort by last modified time
    Searched refs:ObjCount (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/bench/
PictureRecordBench.cpp 145 * Using setColor(i % objCount) instead of a random color creates a very high rate
152 for (int i = 0; i < ObjCount; i++) {
158 ObjCount = 100, // number of unique paint objects
165 canvas->drawPaint(fPaint[i % ObjCount]);
170 SkPaint fPaint [ObjCount];
  /external/skia/bench/
PictureRecordBench.cpp 145 * Using setColor(i % objCount) instead of a random color creates a very high rate
152 for (int i = 0; i < ObjCount; i++) {
158 ObjCount = 100, // number of unique paint objects
165 canvas->drawPaint(fPaint[i % ObjCount]);
170 SkPaint fPaint [ObjCount];
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 324 int objCount = pElement->CountObjects();
326 if(objCount == 0 && count == 0) {
331 for(i = 0; i < objCount; i++) {
799 int ObjCount = pElement->CountObjects();
800 for(int i = 0; i < ObjCount; i++) {
    [all...]

Completed in 110 milliseconds