Searched refs:getTranslateY (Results 1 – 6 of 6) sorted by relevance
209 float getTranslateY() const;
949 const float y = (int) floorf(rect.top + currentTransform()->getTranslateY() + 0.5f); in drawTextureLayer()987 y = (int) floorf(rect.top + currentTransform()->getTranslateY() + 0.5f); in composeLayerRect()1142 const float y = (int) floorf(rect.top + currentTransform()->getTranslateY() + 0.5f); in composeLayerRegion()1944 y = (int) floorf(top + currentTransform()->getTranslateY() + 0.5f);2190 float y = (int) floorf(dstTop + currentTransform()->getTranslateY() + 0.5f);2270 const float offsetY = top + currentTransform()->getTranslateY();2288 const float y = (int) floorf(top + currentTransform()->getTranslateY() + 0.5f);2688 y = (int) floorf(y + currentTransform()->getTranslateY() + 0.5f);2771 y = (int) floorf(y + transform.getTranslateY() + 0.5f);2939 int ty = (int) floorf(y + currentTransform()->getTranslateY() + 0.5f);[all …]
246 float Matrix4::getTranslateY() const { in getTranslateY() function in android::uirenderer::Matrix4
904 const float ty = (int) floorf(state->mMatrix.getTranslateY() + in multiDraw()
125 values[5] = (float) matrix.getTranslateY(); in makeValues()621 inv_mtx.mValues[5] = (float)inverseTransform.getTranslateY(); in native_invert()
1228 public float getTranslateY() { in getTranslateY() method in VectorDrawable.VGroup