HomeSort by relevance Sort by last modified time
    Searched defs:uvMapper (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
AssetAtlas.h 31 #include "UvMapper.h"
48 * Entry representing the texture and uvMapper of a PixelRef in the
64 const UvMapper uvMapper;
85 Entry(SkPixelRef* pixelRef, Texture* texture, const UvMapper& mapper,
88 , uvMapper(mapper)
Texture.h 26 class UvMapper;
94 const UvMapper* uvMapper = nullptr;

Completed in 141 milliseconds