OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHasUnpackRowLength
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/font/
CacheTexture.cpp
122
mHasUnpackRowLength
= Extensions::getInstance().hasUnpackRowLength();
209
uint32_t x =
mHasUnpackRowLength
? dirtyRect.left : 0;
211
uint32_t width =
mHasUnpackRowLength
? dirtyRect.getWidth() : mWidth;
216
if (
mHasUnpackRowLength
) {
223
return
mHasUnpackRowLength
;
CacheTexture.h
193
bool
mHasUnpackRowLength
;
Completed in 31 milliseconds