Searched refs:bestWidth (Results 1 – 8 of 8) sorted by relevance
115 int32_t bestWidth = 0; in GetBestMatchedCapability() local132 const int32_t currentbestDiffWith = bestWidth - requested.width; in GetBestMatchedCapability()184 bestWidth = capability.width; in GetBestMatchedCapability()193 bestWidth = capability.width; in GetBestMatchedCapability()202 bestWidth = capability.width; in GetBestMatchedCapability()211 RTC_LOG(LS_VERBOSE) << "Best camera format: " << bestWidth << "x" in GetBestMatchedCapability()
167 private int bestWidth = 80; field in DumperOptions288 public void setWidth(int bestWidth) { in setWidth() argument289 this.bestWidth = bestWidth; in setWidth()293 return this.bestWidth; in getWidth()
18 int bestWidth = this->width() + 1; in addRect() local26 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) { in addRect()28 bestWidth = fSkyline[i].fWidth; in addRect()
20 int bestWidth = this->width() + 1; in addRect() local28 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) { in addRect()30 bestWidth = fSkyline[i].fWidth; in addRect()
139 private int bestWidth; field in Emitter195 this.bestWidth = 80; in Emitter()197 this.bestWidth = opts.getWidth(); in Emitter()449 if (canonical || (column > bestWidth && splitLines) || prettyFlow) { in expect()474 if (canonical || (column > bestWidth && splitLines) || prettyFlow) { in expect()503 if (canonical || (column > bestWidth && splitLines) || prettyFlow) { in expect()534 if (canonical || (column > bestWidth && splitLines) || prettyFlow) { in expect()559 if (canonical || (column > bestWidth) || prettyFlow) { in expect()1163 if (start + 1 == end && this.column > this.bestWidth && split && start != 0 in writeSingleQuoted()1262 && (this.column + (end - start)) > this.bestWidth && split) { in writeDoubleQuoted()[all …]
1521 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local1540 bestWidth = width; in SimplifySetCC()1547 if (bestWidth) { in SimplifySetCC()1548 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC()1561 DAG.getConstant(bestMask.trunc(bestWidth), in SimplifySetCC()
3620 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local3638 bestWidth = width; in SimplifySetCC()3645 if (bestWidth) { in SimplifySetCC()3646 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC()3659 DAG.getConstant(bestMask.trunc(bestWidth), in SimplifySetCC()
3316 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local3334 bestWidth = width; in SimplifySetCC()3341 if (bestWidth) { in SimplifySetCC()3342 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC()3354 DAG.getConstant(bestMask.trunc(bestWidth), in SimplifySetCC()