Searched defs:ty (Results 1 - 6 of 6) sorted by path

/frameworks/base/libs/gui/
H A DSurfaceTexture.cpp907 float tx, ty, sx, sy; local
934 ty = (float(buf->getHeight() - mCurrentCrop.bottom) + 1.0f) /
938 ty = 0.0f;
947 ty = 0.0f;
955 tx, ty, 0, 1,
/frameworks/base/libs/rs/
H A DrsType.cpp89 uint32_t ty = mDimY; local
94 mLODs[lod].mY = ty;
97 offset += tx * rsMax(ty, 1u) * rsMax(tz, 1u) * mElement->getSizeBytes();
99 if (ty > 1) ty >>= 1;
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2778 const ResTable_type* const ty = typeConfigs->configs[tci]; local
2779 const uint32_t typeOffset = dtohl(ty->entriesStart);
2781 const uint8_t* const end = ((const uint8_t*)ty) + dtohl(ty->header.size);
2783 (((const uint8_t*)ty) + dtohs(ty->header.headerSize));
2785 const size_t NE = dtohl(ty->entryCount);
2794 if (offset > (dtohl(ty->header.size)-sizeof(ResTable_entry))) {
2796 offset, dtohl(ty->header.size));
2809 (((const uint8_t*)ty)
[all...]
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp872 const GLfloat ty = -(top + bottom) * r_height; local
879 f[13] = ty;
/frameworks/base/services/surfaceflinger/
H A DTransform.cpp98 float Transform::ty() const { function in class:android::Transform
111 void Transform::set(float tx, float ty) argument
114 mMatrix[2][1] = ty;
117 if (isZero(tx) && isZero(ty)) {
243 int ypos = floorf(ty() + 0.5f);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3176 const type ty = this != NULL ? mType : TYPE_ITEM; local
3178 if (ty == TYPE_BAG) {
3186 if (ty != TYPE_BAG) {

Completed in 153 milliseconds