Lines Matching full:bounds
148 const Vector<OpStatePair>& ops, const Rect& bounds) {
171 * Query the conservative, local bounds (unmapped) bounds of the op.
173 * returns true if bounds exist
205 // Helper method for determining op opaqueness. Assumes op fills its bounds in local
208 // ensure that local bounds cover mapped bounds
243 // Calculates bounds as smallest rect encompassing all points
256 // default empty constructor for bounds, to be overridden in child constructor body
573 SkRect bounds = mPath->getBounds();
574 OP_LOG("ClipPath bounds " RECT_STRING,
575 bounds.left(), bounds.top(), bounds.right(), bounds.bottom());
594 SkIRect bounds = mRegion->getBounds();
595 OP_LOG("ClipRegion bounds %d %d %d %d",
596 bounds.left(), bounds.top(), bounds.right(), bounds.bottom());
679 const Vector<OpStatePair>& ops, const Rect& bounds) {
702 SET_TEXTURE(vertex, opBounds, bounds, texCoords, left, top);
703 SET_TEXTURE(vertex, opBounds, bounds, texCoords, right, top);
704 SET_TEXTURE(vertex, opBounds, bounds, texCoords, left, bottom);
706 SET_TEXTURE(vertex, opBounds, bounds, texCoords, left, bottom);
707 SET_TEXTURE(vertex, opBounds, bounds, texCoords, right, top);
708 SET_TEXTURE(vertex, opBounds, bounds, texCoords, right, bottom);
716 pureTranslate, bounds, mPaint);
872 const Vector<OpStatePair>& ops, const Rect& bounds) {
902 // We use the bounds to know where to translate our vertices
904 // bounds are clipped
920 // dirty rect to the object's bounds.
1375 const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds)
1376 : DrawStrokableOp(bounds, paint), mText(text), mBytesCount(bytesCount), mCount(count),
1407 Rect bounds;
1408 getLocalBounds(bounds);
1410 mPositions, getPaint(renderer), mTotalAdvance, bounds);
1414 const Vector<OpStatePair>& ops, const Rect& bounds) {