Searched refs:ty (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/services/surfaceflinger/
H A DTransform.h68 int ty() const;
72 void set(float tx, float ty);
H A DTransform.cpp133 int Transform::ty() const { function in class:android::Transform
146 void Transform::set(float tx, float ty) argument
149 mMatrix[2][1] = ty;
152 if (isZero(tx) && isZero(ty)) {
277 out = reg.translate(tx(), ty());
H A DLayerBase.cpp127 if (mCurrentState.transform.tx() == x && mCurrentState.transform.ty() == y)
261 mTop = tr.ty();
510 getTypeId(), this, s.z, tx(), ty(), s.w, s.h,
H A DLayerBase.h218 int ty() const { return mTop; } function in class:android::LayerBase
/frameworks/base/libs/rs/
H A DrsType.cpp92 uint32_t ty = mDimY; local
97 mLODs[lod].mY = ty;
100 offset += tx * rsMax(ty, 1u) * rsMax(tz, 1u) * mElement->getSizeBytes();
102 if (ty > 1) ty >>= 1;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java600 float ty, sy = dst.height() / src.height();
613 ty = dst.top - src.top * sy;
630 ty += diff;
637 d.mValues[5] = ty;
/frameworks/base/opengl/java/android/opengl/
H A DMatrix.java255 final float ty = -(top + bottom) * r_height;
261 m[mOffset +13] = ty;
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2512 const ResTable_type* const ty = typeConfigs->configs[tci]; local
2513 const uint32_t typeOffset = dtohl(ty->entriesStart);
2515 const uint8_t* const end = ((const uint8_t*)ty) + dtohl(ty->header.size);
2517 (((const uint8_t*)ty) + dtohs(ty->header.headerSize));
2519 const size_t NE = dtohl(ty->entryCount);
2528 if (offset > (dtohl(ty->header.size)-sizeof(ResTable_entry))) {
2530 offset, dtohl(ty->header.size));
2543 (((const uint8_t*)ty)
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebView.java3757 int ty = Math.round(scale
3760 ty = -(ty <= titleHeight ? Math.max(ty, 0) : pinLoc(ty
3763 canvas.translate(tx, ty);
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp872 const GLfloat ty = -(top + bottom) * r_height; local
879 f[13] = ty;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3243 const type ty = this != NULL ? mType : TYPE_ITEM; local
3245 if (ty == TYPE_BAG) {
3253 if (ty != TYPE_BAG) {

Completed in 502 milliseconds