Home | History | Annotate | Download | only in hwui

Lines Matching full:getwidth

203     mRenderState.setViewport(getWidth(), getHeight());
244 left <= 0.0f && top <= 0.0f && right >= getWidth() && bottom >= getHeight()) {
652 if (bounds.isEmpty() || bounds.getWidth() > mCaches.maxTextureSize ||
678 mSnapshot->initializeViewport(bounds.getWidth(), bounds.getHeight());
756 Layer* layer = mCaches.layerCache.get(mRenderState, bounds.getWidth(), bounds.getHeight());
764 bounds.getWidth() / float(layer->getWidth()), 0.0f);
776 layer->getWidth(), layer->getHeight());
789 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, layer->getWidth(), layer->getHeight(),
796 bounds.getWidth(), bounds.getHeight());
815 mSnapshot->initializeViewport(bounds.getWidth(), bounds.getHeight());
839 clip.getWidth() + 2.0f, clip.getHeight() + 2.0f);
845 mRenderState.setViewport(bounds.getWidth(), bounds.getHeight());
946 layer->getWidth() == (uint32_t) rect.getWidth() &&
953 x, y, x + rect.getWidth(), y + rect.getHeight(), true);
980 layer->getWidth() == (uint32_t) rect.getWidth() &&
1001 drawTextureMesh(x, y, x + rect.getWidth(), y + rect.getHeight(),
1119 const float texX = 1.0f / float(layer->getWidth());
1146 x, y, x + rect.getWidth(), y + rect.getHeight(), true);
1410 mSnapshot->setClip(0, 0, getWidth(), getHeight());
1425 clip.getWidth(), clip.getHeight())) {
1448 Stencil::getSmallestStencilFormat(), layer->getWidth(), layer->getHeight());
1979 drawAlpha8TextureMesh(x, y, x + bounds.getWidth(), y + bounds.getHeight(),
1984 drawTextureMesh(x, y, x + bounds.getWidth(), y + bounds.getHeight(),
2277 dirtyLayer(x, y, x + bounds.getWidth(), y + bounds.getHeight());
2904 x + layer->layer.getWidth(), y + layer->layer.getHeight(), &clipRequired, NULL, false);
2914 x + layer->layer.getWidth(), y + layer->layer.getHeight(), clipRequired);
2943 tx + layer->layer.getWidth(), ty + layer->layer.getHeight(), true);
2947 x + layer->layer.getWidth(), y + layer->layer.getHeight());
2976 drawColorRect(x, y, x + layer->layer.getWidth(), y + layer->layer.getHeight(), &paint);