HomeSort by relevance Sort by last modified time
    Searched refs:cacheWidth (Results 1 - 11 of 11) sorted by null

  /frameworks/base/libs/hwui/
FontRenderer.cpp 274 uint32_t cacheWidth = cacheTexture->getWidth();
293 (startY - TEXTURE_BORDER_SIZE) * cacheWidth + startX - TEXTURE_BORDER_SIZE;
299 row = cacheY * cacheWidth;
309 row = cacheY * cacheWidth;
316 row = (endY + TEXTURE_BORDER_SIZE - 1) * cacheWidth + startX - TEXTURE_BORDER_SIZE;
326 size_t dstStride = formatSize * cacheWidth;
349 (startY - TEXTURE_BORDER_SIZE) * cacheWidth + startX - TEXTURE_BORDER_SIZE;
359 row = cacheY * cacheWidth;
364 cacheBuffer[cacheY * cacheWidth + cacheX++] = COLORS[(b >> mask) & 0x1];
372 row = (endY + TEXTURE_BORDER_SIZE - 1) * cacheWidth + startX - TEXTURE_BORDER_SIZE
    [all...]
VectorDrawable.cpp 583 int cacheWidth = outCache.width();
585 ATRACE_FORMAT("VectorDrawable repaint %dx%d", cacheWidth, cacheHeight);
592 float scaleX = cacheWidth / viewportWidth;
  /frameworks/base/libs/hwui/font/
Font.cpp 215 uint32_t cacheWidth = cacheTexture->getWidth();
216 uint32_t srcStride = formatSize * cacheWidth;
449 uint32_t cacheWidth = glyph->mCacheTexture->getWidth();
452 glyph->mBitmapMinU = startX / (float)cacheWidth;
454 glyph->mBitmapMaxU = endX / (float)cacheWidth;
  /frameworks/rs/
rsFont.cpp 121 uint32_t cacheWidth = state->getCacheTextureType()->getDimX();
132 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX];
273 uint32_t cacheWidth = state->getCacheTextureType()->getDimX();
276 glyph->mBitmapMinU = (float)startX / (float)cacheWidth;
278 glyph->mBitmapMaxU = (float)endX / (float)cacheWidth;
459 uint32_t cacheWidth = getCacheTextureType()->getDimX();
468 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 

Completed in 173 milliseconds