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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrackingPatternView.java 56 final int textureHeight = mTextureHeight;
65 y += textureHeight;
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 72 int textureHeight = sIconTextureHeight;
75 if (sourceWidth > textureWidth && sourceHeight > textureHeight) {
79 (sourceHeight - textureHeight) / 2,
80 textureWidth, textureHeight);
81 } else if (sourceWidth == textureWidth && sourceHeight == textureHeight) {
136 int textureHeight = sIconTextureHeight;
138 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
144 final int top = (textureHeight-height) / 2;
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 292 Value * textureHeight = builder.CreateConstInBoundsGEP1_32(textureDimensions,
294 textureHeight = builder.CreateLoad(textureHeight, name("textureHeight"));
296 Value * textureH = builder.CreateSub(textureHeight, builder.getInt32(1));
307 /*tType, */texcoords[1], textureHeight, textureH, &yLerp);
329 textureW, textureH, textureWidth, textureHeight,
389 Value * textureHeight = builder.CreateConstInBoundsGEP1_32(textureDimensions,
391 textureHeight = builder.CreateLoad(textureHeight, name("textureHeight"))
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 152 int textureHeight = mIconTextureHeight;
154 final Bitmap bitmap = Bitmap.createBitmap(textureWidth, textureHeight,
160 final int top = (textureHeight-height) / 2;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.cpp 170 int textureHeight = destTex->getSize().height();
179 textureWidth, textureHeight);
185 " textureWidth %d, textureHeight %d", fboID, destTex->m_ownTextureId,
186 srcTexId, textureWidth, textureHeight);
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs     [all...]

Completed in 107 milliseconds