Home
last modified time | relevance | path

Searched refs:set_bounds (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dtyping.h52 e->set_bounds(Bounds::Both(e->bounds(), b, zone())); in NarrowType()
55 e->set_bounds(Bounds::NarrowLower(e->bounds(), t, zone())); in NarrowLowerType()
Dast.h354 void set_bounds(Bounds bounds) { bounds_ = bounds; } in set_bounds() function
/external/v8/src/compiler/
Dnode.h42 void set_bounds(Bounds b) { bounds_ = b; } in set_bounds() function
Dnode-properties-inl.h204 node->set_bounds(b); in SetBounds()
/external/skia/src/core/
DSkPaint.cpp798 static void set_bounds(const SkGlyph& g, SkRect* bounds) { in set_bounds() function
877 set_bounds(*g, bounds); in measure_text()
1059 static void set_bounds(const SkGlyph& g, SkRect* bounds, SkScalar scale) { in set_bounds() function
1110 set_bounds(g, bounds++, scale); in getTextWidths()
1129 set_bounds(g, bounds++); in getTextWidths()
1146 set_bounds(g, bounds++, scale); in getTextWidths()
1157 set_bounds(g, bounds++); in getTextWidths()
/external/mesa3d/src/gallium/state_trackers/vega/
Dpath.c1699 static INLINE void set_bounds(VGfloat *bounds, in set_bounds() function
1750 set_bounds(bounds, element_bounds, &bounds_inited); in path_bounding_rect()
1760 set_bounds(bounds, element_bounds, &bounds_inited); in path_bounding_rect()
1781 set_bounds(bounds, element_bounds, &bounds_inited); in path_bounding_rect()