HomeSort by relevance Sort by last modified time
    Searched full:texturewidth (Results 1 - 8 of 8) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrackingPatternView.java 55 final int textureWidth = mTextureWidth;
67 x += textureWidth;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
PanelBackgroundView.java 54 final int textureWidth = mTextureWidth;
66 x += textureWidth;
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 72 int textureWidth = sIconTextureWidth;
76 if (sourceWidth > textureWidth && sourceHeight > textureHeight) {
79 (sourceWidth - textureWidth) / 2,
81 textureWidth, textureHeight);
82 } else if (sourceWidth == textureWidth && sourceHeight == textureHeight) {
136 int textureWidth = sIconTextureWidth;
139 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
144 final int left = (textureWidth-width) / 2;
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 289 Value * textureWidth = builder.CreateConstInBoundsGEP1_32(textureDimensions,
291 textureWidth = builder.CreateLoad(textureWidth, name("textureWidth"));
295 Value * textureW = builder.CreateSub(textureWidth, builder.getInt32(1));
305 /*sType, */texcoords[0], textureWidth, textureW, &xLerp);
309 Value * index = builder.CreateMul(y, textureWidth);
329 textureW, textureH, textureWidth, textureHeight,
386 Value * textureWidth = builder.CreateConstInBoundsGEP1_32(textureDimensions,
388 textureWidth = builder.CreateLoad(textureWidth, name("textureWidth"))
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 151 int textureWidth = mIconTextureWidth;
154 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
159 final int left = (textureWidth-width) / 2;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.cpp 164 int textureWidth = destTex->getSize().width();
174 textureWidth, textureHeight);
180 " textureWidth %d, textureHeight %d", fboID, destTex->m_ownTextureId,
181 srcTexId, textureWidth, textureHeight);
  /external/libvpx/examples/includes/geshi/geshi/
blitzbasic.php 103 'TrisRendered','TriangleVertex','TranslateEntity','TFormVector','TFormPoint','TFormNormal','TFormedZ','TFormedY','TFormedX','TextureWidth',
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs     [all...]

Completed in 400 milliseconds