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

  /frameworks/base/libs/hwui/font/
Font.cpp 465 uint32_t cacheHeight = glyph->mCacheTexture->getHeight();
468 glyph->mBitmapMinV = startY / (float) cacheHeight;
470 glyph->mBitmapMaxV = endY / (float) cacheHeight;
  /frameworks/rs/
rsFont.cpp 275 uint32_t cacheHeight = state->getCacheTextureType()->getDimY();
278 glyph->mBitmapMinV = (float)startY / (float)cacheHeight;
280 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight;
  /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 212 milliseconds