Searched refs:bestWidth (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer_skyline.cpp65 int bestWidth = this->width() + 1; local
73 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) {
75 bestWidth = fSkyline[i].fWidth;
/external/skia/src/gpu/
H A DGrRectanizer_skyline.cpp65 int bestWidth = this->width() + 1; local
73 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) {
75 bestWidth = fSkyline[i].fWidth;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1188 unsigned bestWidth = 0, bestOffset = 0; local
1207 bestWidth = width;
1214 if (bestWidth) {
1215 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth);
1228 DAG.getConstant(bestMask.trunc(bestWidth),

Completed in 709 milliseconds