Searched refs:set_bounds (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | typing.h | 52 e->set_bounds(Bounds::Both(e->bounds(), b, zone())); in NarrowType() 55 e->set_bounds(Bounds::NarrowLower(e->bounds(), t, zone())); in NarrowLowerType()
|
D | ast.h | 354 void set_bounds(Bounds bounds) { bounds_ = bounds; } in set_bounds() function
|
/external/v8/src/compiler/ |
D | node.h | 42 void set_bounds(Bounds b) { bounds_ = b; } in set_bounds() function
|
D | node-properties-inl.h | 204 node->set_bounds(b); in SetBounds()
|
/external/skia/src/core/ |
D | SkPaint.cpp | 798 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/ |
D | path.c | 1699 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()
|