Home
last modified time | relevance | path

Searched refs:widthNew (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp71 int32_t widthNew, heightNew, strideNew; in resetFormatIfChanged() local
72 CHECK(format->findInt32("width", &widthNew)); in resetFormatIfChanged()
80 cropRightNew = widthNew - 1; in resetFormatIfChanged()
97 mWidth == widthNew && in resetFormatIfChanged()
109 mWidth = widthNew; in resetFormatIfChanged()
/frameworks/minikin/libs/minikin/
DOptimalLineBreaker.cpp347 const float widthNew = lineWidth.getAt(lineNumber); in computeBreaks() local
348 if (widthNew != width) { in computeBreaks()
351 width = widthNew; in computeBreaks()