Searched refs:rowInfo (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_position_map.h | 446 std::pair<int32_t, float> rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure() local 447 while (!NearEqual(posMap_[beginIndex].mainPos + rowInfo.second, totalHeight_) && in OptimizeBeforeMeasure() 448 LessNotEqual(beginPos + rowInfo.second + chainOffset, criticalPos)) { in OptimizeBeforeMeasure() 449 beginIndex = rowInfo.first + 1; in OptimizeBeforeMeasure() 450 beginPos += (rowInfo.second + space_); in OptimizeBeforeMeasure() 451 rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure() 456 std::pair<int32_t, float> rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure() local 458 GreatNotEqual(beginPos - rowInfo.second + chainOffset, criticalPos)) { in OptimizeBeforeMeasure() 460 beginPos -= (rowInfo.second + space_); in OptimizeBeforeMeasure() 461 rowInfo in OptimizeBeforeMeasure() 483 std::pair<int32_t, float> rowInfo = GetRowEndIndexAndHeight(input); GetRowEndIndex() local 489 std::pair<int32_t, float> rowInfo = GetRowEndIndexAndHeight(input); GetRowHeight() local [all...] |
/third_party/skia/src/codec/ |
H A D | SkBmpRLECodec.cpp | 527 const SkImageInfo rowInfo = SkImageInfo::Make(this->dimensions().width(), count, 529 return count == this->decodeRows(rowInfo, nullptr, 0, this->options());
|
H A D | SkBmpCodec.cpp | 640 SkImageInfo rowInfo = this->dstInfo().makeWH(this->dstInfo().width(), count); in onGetScanlines() local 643 return this->decodeRows(rowInfo, dst, rowBytes, this->options()); in onGetScanlines()
|
Completed in 5 milliseconds