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

  /frameworks/base/libs/hwui/font/
Font.cpp 216 uint32_t cacheWidth = cacheTexture->getWidth();
217 uint32_t startY = glyph->mStartY * cacheWidth;
218 uint32_t endY = startY + (glyph->mBitmapHeight * cacheWidth);
224 cacheY += cacheWidth, bitmapY += bitmapWidth) {
450 uint32_t cacheWidth = glyph->mCacheTexture->getWidth();
453 glyph->mBitmapMinU = startX / (float) cacheWidth;
455 glyph->mBitmapMaxU = endX / (float) cacheWidth;
  /frameworks/base/libs/hwui/
FontRenderer.cpp 286 uint32_t cacheWidth = cacheTexture->getWidth();
305 uint32_t row = (startY - TEXTURE_BORDER_SIZE) * cacheWidth + startX
312 row = cacheY * cacheWidth;
322 row = cacheY * cacheWidth;
329 row = (endY + TEXTURE_BORDER_SIZE - 1) * cacheWidth + startX - TEXTURE_BORDER_SIZE;
339 size_t dstStride = formatSize * cacheWidth;
361 uint32_t row = (startY - TEXTURE_BORDER_SIZE) * cacheWidth + startX
372 row = cacheY * cacheWidth;
377 cacheBuffer[cacheY * cacheWidth + cacheX++] = COLORS[(b >> mask) & 0x1];
385 row = (endY + TEXTURE_BORDER_SIZE - 1) * cacheWidth + startX - TEXTURE_BORDER_SIZE
    [all...]
  /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/internal/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 467 milliseconds