Searched defs:sizeEstimate (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/
H A DGrTessellator.cpp1343 int* sizeEstimate) {
1358 *sizeEstimate = maxPts * (3 * sizeof(Vertex) + sizeof(Edge));
1381 int sizeEstimate; local
1382 get_contour_count_and_size_estimate(path, tolerance, &contourCnt, &sizeEstimate);
1387 SkChunkAlloc alloc(sizeEstimate);
1432 int sizeEstimate; local
1433 get_contour_count_and_size_estimate(path, tolerance, &contourCnt, &sizeEstimate);
1437 SkChunkAlloc alloc(sizeEstimate);
1342 get_contour_count_and_size_estimate(const SkPath& path, SkScalar tolerance, int* contourCnt, int* sizeEstimate) argument
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...

Completed in 178 milliseconds