Home | History | Annotate | Download | only in hwui

Lines Matching refs:UvMapper

49 #include "UvMapper.h"
941 inline const UvMapper& getMapper(const Texture* texture) {
942 return texture && texture->uvMapper ? *texture->uvMapper : mUvMapper;
979 const UvMapper mUvMapper;