Home
last modified time | relevance | path

Searched defs:CacheBlock (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/font/
DCacheTexture.h47 struct CacheBlock { struct
52 CacheBlock* mNext; argument
53 CacheBlock* mPrev; argument
55 CacheBlock(uint16_t x, uint16_t y, uint16_t width, uint16_t height) in CacheBlock() function
62 CacheBlock* currBlock = this; in output() argument