Searched refs:widthNew (Results 1 – 2 of 2) sorted by relevance
70 int32_t widthNew, heightNew; in resetFormatIfChanged() local71 CHECK(format->findInt32("stride", &widthNew)); in resetFormatIfChanged()78 cropRightNew = widthNew - 1; in resetFormatIfChanged()95 mWidth == widthNew && in resetFormatIfChanged()107 mWidth = widthNew; in resetFormatIfChanged()
363 const float widthNew = lineWidth.getAt(lineNumber); in computeBreaks() local364 if (widthNew != width) { in computeBreaks()367 width = widthNew; in computeBreaks()