OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cacheWidth
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/libs/hwui/
FontRenderer.cpp
279
uint32_t
cacheWidth
= cacheTexture->getWidth();
298
uint32_t row = (startY - TEXTURE_BORDER_SIZE) *
cacheWidth
+ startX
305
row = cacheY *
cacheWidth
;
315
row = cacheY *
cacheWidth
;
322
row = (endY + TEXTURE_BORDER_SIZE - 1) *
cacheWidth
+ startX - TEXTURE_BORDER_SIZE;
332
size_t dstStride = formatSize *
cacheWidth
;
354
uint32_t row = (startY - TEXTURE_BORDER_SIZE) *
cacheWidth
+ startX
365
row = cacheY *
cacheWidth
;
370
cacheBuffer[cacheY *
cacheWidth
+ cacheX++] = COLORS[(b >> mask) & 0x1];
378
row = (endY + TEXTURE_BORDER_SIZE - 1) *
cacheWidth
+ startX - TEXTURE_BORDER_SIZE
[
all
...]
/frameworks/base/libs/hwui/font/
Font.cpp
216
uint32_t
cacheWidth
= cacheTexture->getWidth();
217
uint32_t srcStride = formatSize *
cacheWidth
;
452
uint32_t
cacheWidth
= glyph->mCacheTexture->getWidth();
455
glyph->mBitmapMinU = startX / (float)
cacheWidth
;
457
glyph->mBitmapMaxU = endX / (float)
cacheWidth
;
/frameworks/rs/
rsFont.cpp
122
uint32_t
cacheWidth
= state->getCacheTextureType()->getDimX();
133
uint8_t tempCol = cacheBuffer[cacheY *
cacheWidth
+ cacheX];
274
uint32_t
cacheWidth
= state->getCacheTextureType()->getDimX();
277
glyph->mBitmapMinU = (float)startX / (float)
cacheWidth
;
279
glyph->mBitmapMaxU = (float)endX / (float)
cacheWidth
;
460
uint32_t
cacheWidth
= getCacheTextureType()->getDimX();
469
cacheBuffer[cacheY*
cacheWidth
+ cacheX] = tempCol;
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
/prebuilts/tools/linux-x86/swt/
swt.jar
/prebuilts/tools/linux-x86_64/swt/
swt.jar
/prebuilts/tools/windows/swt/
swt.jar
/prebuilts/tools/windows-x86_64/swt/
swt.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 7617 milliseconds