Searched defs:getAddr16 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h539 as the corresponding size-specific method (e.g. getAddr16). Since the
560 inline uint16_t* getAddr16(int x, int y) const;
861 inline uint16_t* SkBitmap::getAddr16(int x, int y) const { function in class:SkBitmap
/external/skia/include/core/
H A DSkBitmap.h576 as the corresponding size-specific method (e.g. getAddr16). Since the
597 inline uint16_t* getAddr16(int x, int y) const;
878 inline uint16_t* SkBitmap::getAddr16(int x, int y) const { function in class:SkBitmap

Completed in 469 milliseconds