Home | History | Annotate | Download | only in hwui

Lines Matching refs:left

136     virtual status_t prepareDirty(float left, float top, float right, float bottom, bool opaque);
146 virtual int saveLayer(float left, float top, float right, float bottom,
148 return saveLayer(left, top, right, bottom, paint, flags, NULL);
153 int saveLayer(float left, float top, float right, float bottom,
156 int saveLayerDeferred(float left, float top, float right, float bottom,
173 float left, float top, float right, float bottom, const SkPaint* paint);
175 float left, float top, float right, float bottom, const SkPaint* paint);
177 virtual status_t drawRect(float left, float top, float right, float bottom,
179 virtual status_t drawRoundRect(float left, float top, float right, float bottom,
182 virtual status_t drawOval(float left, float top, float right, float bottom,
184 virtual status_t drawArc(float left, float top, float right, float bottom,
327 void drawScreenSpaceColorRect(float left, float top, float right, float bottom, int color) {
334 drawColorRect(left, top, right, bottom, color, SkXfermode::kSrcOver_Mode, true);
356 void setupFrameState(float left, float top, float right, float bottom, bool opaque);
367 virtual status_t clear(float left, float top, float right, float bottom, bool opaque);
387 bool quickRejectSetupScissor(float left, float top, float right, float bottom,
390 return quickRejectSetupScissor(bounds.left, bounds.top,
488 void discardFramebuffer(float left, float top, float right, float bottom);
546 * @param left The left coordinate of the layer
557 bool createLayer(float left, float top, float right, float bottom,
596 void dirtyLayer(const float left, const float top,
602 void dirtyLayer(const float left, const float top,
610 * @param left The left coordinate of the rectangle
617 void drawColorRect(float left, float top, float right, float bottom,
625 * @param rects A list of rectangles, 4 floats (left, top, right, bottom)
638 * the extra left/top offset and the texture offset to correctly
641 * @param left The left coordinate of the shape to render
646 status_t drawShape(float left, float top, const PathTexture* texture, const SkPaint* paint);
653 * @param left The x coordinate of the bitmap
657 void drawAlphaBitmap(Texture* texture, float left, float top, const SkPaint* paint);
689 * @param left The left coordinate of the rectangle
696 void drawTextureRect(float left, float top, float right, float bottom,
704 * @param left The left coordinate of the rectangle
720 void drawTextureMesh(float left, float top, float right, float bottom, GLuint texture,
726 void drawIndexedTextureMesh(float left, float top, float right, float bottom, GLuint texture,
732 void drawAlpha8TextureMesh(float left, float top, float right, float bottom,
791 * @param u1 The left coordinate of the texture
865 * @param mode If kModelViewMode_Translate, the geometry must be translated by the left and top
878 float left, float top, float right, float bottom, bool ignoreTransform = false);