Searched defs:fRows (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkPatchGrid.h129 return SkISize::Make(fCols, fRows);
133 int fRows, fCols; member in class:SkPatchGrid
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer_pow2.h16 // a particular power of two gets full its fRows entry is recycled to point
30 sk_bzero(fRows, sizeof(fRows));
45 // fRowHeight is actually known by this struct's position in fRows
54 Row fRows[kMaxExponent]; // 0-th entry will be unused member in class:GrRectanizerPow2
/external/skia/src/gpu/
H A DGrRectanizer_pow2.h16 // a particular power of two gets full its fRows entry is recycled to point
30 sk_bzero(fRows, sizeof(fRows));
45 // fRowHeight is actually known by this struct's position in fRows
54 Row fRows[kMaxExponent]; // 0-th entry will be unused member in class:GrRectanizerPow2
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h174 AtlasRow* fRows; member in class:GrTextureStripAtlas
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h173 AtlasRow* fRows; member in class:GrTextureStripAtlas
/external/chromium_org/third_party/skia/samplecode/
H A DSampleWarp.cpp221 int rows() const { return fRows; }
224 return fPts[row * (fRows + 1) + col];
232 int fRows, fCols; member in class:Mesh
252 fRows = src.fRows;
273 fRows = rows;
/external/skia/samplecode/
H A DSampleWarp.cpp221 int rows() const { return fRows; }
224 return fPts[row * (fRows + 1) + col];
232 int fRows, fCols; member in class:Mesh
252 fRows = src.fRows;
273 fRows = rows;
/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp953 SkTDArray<Row> fRows; member in class:SkAAClip::Builder
968 Row* row = fRows.begin();
969 Row* stop = fRows.end();
1074 const Row* row = fRows.begin();
1075 const Row* stop = fRows.end();
1092 RunHead* head = RunHead::Alloc(fRows.count(), dataSize);
1097 row = fRows.begin();
1127 for (y = 0; y < fRows.count(); ++y) {
1128 const Row& row = fRows[y];
1148 for (int i = 0; i < fRows
[all...]
/external/skia/src/core/
H A DSkAAClip.cpp885 SkTDArray<Row> fRows; member in class:SkAAClip::Builder
900 Row* row = fRows.begin();
901 Row* stop = fRows.end();
1006 const Row* row = fRows.begin();
1007 const Row* stop = fRows.end();
1024 RunHead* head = RunHead::Alloc(fRows.count(), dataSize);
1029 row = fRows.begin();
1059 for (y = 0; y < fRows.count(); ++y) {
1060 const Row& row = fRows[y];
1080 for (int i = 0; i < fRows
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...

Completed in 286 milliseconds