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

  /external/dng_sdk/source/
dng_tile_iterator.h 33 dng_rect fArea;
dng_misc_opcodes.h 73 dng_rect fArea;
91 : fArea (area)
104 return fArea;
dng_pixel_buffer.h 94 dng_rect fArea;
131 if (row < fArea.t || row >= fArea.b ||
132 col < fArea.l || col >= fArea.r ||
140 static_cast<int64> (row) - static_cast<int64> (fArea.t));
142 static_cast<int64> (col) - static_cast<int64> (fArea.l));
200 return fArea;
  /external/skia/tests/
RecordTest.cpp 20 AreaSummer() : fArea(0) {}
25 fArea += (int)(draw.rect.width() * draw.rect.height());
28 int area() const { return fArea; }
37 int fArea;

Completed in 119 milliseconds