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

/frameworks/base/libs/hwui/
H A DUvMapper.h41 * The parameter minU must be < maxU and minV must be < maxV.
43 UvMapper(float minU, float maxU, float minV, float maxV): argument
44 mMinU(minU), mMaxU(maxU), mMinV(minV), mMaxV(maxV) {
58 * The parameter minU must be < maxU and minV must be < maxV.
60 void setMapping(float minU, float maxU, float minV, float maxV) { argument
61 mMinU = minU;
111 ALOGD("mapper[minU=%.2f maxU=%.2f minV=%.2f maxV=%.2f]", mMinU, mMaxU, mMinV, mMaxV);

Completed in 53 milliseconds