bounds 60 extra_lib/include/avcap/linux/V4L1_DeviceDescriptor.h bounds mBounds; bounds 124 extra_lib/include/avcap/linux/V4L1_DeviceDescriptor.h inline bounds& getBounds() bounds 79 extra_lib/include/avcap/osx/QT_FormatManager.h int updateGWorld(const Rect* bounds); bounds 669 include/gpac/internal/compositor_dev.h void (*compute_gradient_matrix)(struct _gf_sc_texture_handler *txh, GF_Rect *bounds, GF_Matrix2D *mat, Bool for_3d); bounds 870 include/gpac/internal/compositor_dev.h GF_Rect bounds; bounds 1389 include/gpac/internal/compositor_dev.h GF_Rect bounds; bounds 1426 include/gpac/internal/compositor_dev.h void gf_font_spans_draw_2d(GF_List *spans, GF_TraverseState *tr_state, u32 hl_color, Bool force_texture_text, GF_Rect *bounds); bounds 161 include/gpac/internal/mesh.h GF_BBox bounds; bounds 310 include/gpac/internal/swf_dev.h SWFRec bounds; bounds 222 modules/gdip_raster/gdip_font.cpp GF_Rect bounds; bounds 324 modules/gdip_raster/gdip_font.cpp gf_path_get_bounds(glyph->path, &bounds); bounds 325 modules/gdip_raster/gdip_font.cpp glyph->width = FIX2INT(bounds.width); bounds 326 modules/gdip_raster/gdip_font.cpp glyph->height = FIX2INT(bounds.height); bounds 3296 src/compositor/compositor.c if (!tr_state.bounds.height && !tr_state.bounds.width && !tr_state.bounds.x && !tr_state.bounds.y) bounds 3302 src/compositor/compositor.c gf_bbox_from_rect(¶m->bbox, &tr_state.bounds); bounds 3306 src/compositor/compositor.c gf_mx2d_apply_rect(&tr_state.mx_at_node, &tr_state.bounds); bounds 3307 src/compositor/compositor.c gf_bbox_from_rect(¶m->bbox, &tr_state.bounds); bounds 987 src/compositor/drawable.c GF_Rect *bounds; bounds 1015 src/compositor/drawable.c tr_state->bounds.width = tr_state->bounds.height = 0; bounds 1016 src/compositor/drawable.c tr_state->bounds.x = tr_state->bounds.y = 0; bounds 1022 src/compositor/drawable.c bounds = &tr_state->bounds; bounds 1024 src/compositor/drawable.c bounds = orig_bounds; bounds 1030 src/compositor/drawable.c gf_path_add_rect(hlight->path, bounds->x, bounds->y, bounds->width, bounds->height); bounds 515 src/compositor/font_engine.c span->bounds.width = span->bounds.height = 0; bounds 539 src/compositor/font_engine.c span->bounds = gf_rect_center(0, 0); bounds 578 src/compositor/font_engine.c gf_rect_union(&span->bounds, &rc); bounds 650 src/compositor/font_engine.c mesh_set_vertex(span->ext->tx_mesh, span->bounds.x, span->bounds.y-span->bounds.height, 0, 0, 0, FIX_ONE, 0, FIX_ONE); bounds 651 src/compositor/font_engine.c mesh_set_vertex(span->ext->tx_mesh, span->bounds.x+span->bounds.width, span->bounds.y-span->bounds.height, 0, 0, 0, FIX_ONE, FIX_ONE, FIX_ONE); bounds 652 src/compositor/font_engine.c mesh_set_vertex(span->ext->tx_mesh, span->bounds.x+span->bounds.width, span->bounds.y, 0, 0, 0, FIX_ONE, FIX_ONE, 0); bounds 653 src/compositor/font_engine.c mesh_set_vertex(span->ext->tx_mesh, span->bounds.x, span->bounds.y, 0, 0, 0, FIX_ONE, 0, 0); bounds 670 src/compositor/font_engine.c GF_Rect bounds; bounds 696 src/compositor/font_engine.c bounds = span->bounds; bounds 705 src/compositor/font_engine.c if ((gf_mulfix(scale, bounds.width)>max) || (gf_mulfix(scale, bounds.height)>max)) { bounds 706 src/compositor/font_engine.c scale = MIN(gf_divfix(max, bounds.width), gf_divfix(max, bounds.height)); bounds 708 src/compositor/font_engine.c else if ((gf_mulfix(scale, bounds.width)<min) || (gf_mulfix(scale, bounds.height)<min)) { bounds 709 src/compositor/font_engine.c scale = MAX(gf_divfix(min, bounds.width), gf_divfix(min, bounds.height)); bounds 714 src/compositor/font_engine.c tw = FIX2INT( gf_ceil(gf_mulfix(scale, bounds.width)) ); bounds 720 src/compositor/font_engine.c th = FIX2INT( gf_ceil(gf_mulfix(scale, bounds.height)) ); bounds 727 src/compositor/font_engine.c sx = gf_divfix( INT2FIX(width), bounds.width); bounds 728 src/compositor/font_engine.c sy = gf_divfix( INT2FIX(height), bounds.height); bounds 773 src/compositor/font_engine.c cx = bounds.x + bounds.width/2; bounds 774 src/compositor/font_engine.c cy = bounds.y - bounds.height/2; bounds 793 src/compositor/font_engine.c bounds.y += dy; bounds 794 src/compositor/font_engine.c span->bounds.y += dy; bounds 797 src/compositor/font_engine.c gf_path_add_move_to(span->ext->path, bounds.x, bounds.y-bounds.height); bounds 798 src/compositor/font_engine.c gf_path_add_line_to(span->ext->path, bounds.x+bounds.width, bounds.y-bounds.height); bounds 799 src/compositor/font_engine.c gf_path_add_line_to(span->ext->path, bounds.x+bounds.width, bounds.y); bounds 800 src/compositor/font_engine.c gf_path_add_line_to(span->ext->path, bounds.x, bounds.y); bounds 945 src/compositor/font_engine.c visual_3d_fill_rect(tr_state->visual, span->bounds, hl_color); bounds 997 src/compositor/font_engine.c static void gf_font_span_draw_2d(GF_TraverseState *tr_state, GF_TextSpan *span, DrawableContext *ctx, GF_Rect *bounds) bounds 1060 src/compositor/font_engine.c visual_2d_texture_path_extended(tr_state->visual, span->glyphs[i]->path, ctx->aspect.fill_texture, ctx, bounds ? bounds : &span->bounds, &tx, tr_state); bounds 1061 src/compositor/font_engine.c visual_2d_draw_path_extended(tr_state->visual, span->glyphs[i]->path, ctx, NULL, NULL, tr_state, bounds ? bounds : &span->bounds, &tx, GF_FALSE); bounds 1093 src/compositor/font_engine.c gf_mx2d_add_scale(&m, span->bounds.width, FIX_ONE); bounds 1094 src/compositor/font_engine.c gf_mx2d_add_translation(&m, span->bounds.x + span->bounds.width / 2, span->bounds.y+diff); bounds 1219 src/compositor/font_engine.c g_rc.x = span->bounds.x; bounds 1220 src/compositor/font_engine.c g_rc.width = span->bounds.width; bounds 1232 src/compositor/font_engine.c rc->width = rc->width+rc->x - span->bounds.x; bounds 1233 src/compositor/font_engine.c rc->x = span->bounds.x; bounds 1280 src/compositor/font_engine.c rc->width = rc->width+rc->x - span->bounds.x; bounds 1281 src/compositor/font_engine.c rc->x = span->bounds.x; bounds 1298 src/compositor/font_engine.c void gf_font_spans_draw_2d(GF_List *spans, GF_TraverseState *tr_state, u32 hl_color, Bool force_texture_text, GF_Rect *bounds) bounds 1341 src/compositor/font_engine.c visual_2d_fill_rect(tr_state->visual, ctx, &span->bounds, hl_color, 0, tr_state); bounds 1344 src/compositor/font_engine.c visual_2d_texture_path_text(tr_state->visual, ctx, span->ext->path, &span->bounds, span->ext->txh, tr_state); bounds 1346 src/compositor/font_engine.c gf_font_span_draw_2d(tr_state, span, ctx, bounds); bounds 1409 src/compositor/font_engine.c if ((x>=span->bounds.x) bounds 1410 src/compositor/font_engine.c && (y<=span->bounds.y) bounds 1411 src/compositor/font_engine.c && (x<=span->bounds.x+span->bounds.width) bounds 1412 src/compositor/font_engine.c && (y>=span->bounds.y-span->bounds.height)) { bounds 143 src/compositor/hardcoded_protos.c tr_state->bbox = stack->mesh->bounds; bounds 215 src/compositor/hardcoded_protos.c GF_Rect bounds; bounds 272 src/compositor/hardcoded_protos.c gf_path_get_bounds(spine, &bounds); bounds 274 src/compositor/hardcoded_protos.c gf_path_get_bounds(geo, &bounds); bounds 294 src/compositor/hardcoded_protos.c bounds.x, bounds.y-bounds.height, bounds.width, bounds.height, bounds 356 src/compositor/hardcoded_protos.c bounds.x, bounds.y-bounds.height, bounds.width, bounds.height, bounds 372 src/compositor/hardcoded_protos.c tr_state->bbox = stack->mesh->bounds; bounds 586 src/compositor/hardcoded_protos.c tr_state->bounds = stack->bounds; bounds 837 src/compositor/hardcoded_protos.c gf_path_get_bounds(stack->path, &tr_state->bounds); bounds 1402 src/compositor/hardcoded_protos.c tr_state->bbox = stack->mesh->bounds; bounds 49 src/compositor/hc_flash_shape.c GF_Rect bounds; bounds 360 src/compositor/hc_flash_shape.c st->bounds.width = st->bounds.height = 0; bounds 364 src/compositor/hc_flash_shape.c gf_rect_union(&st->bounds, &rc); bounds 435 src/compositor/hc_flash_shape.c tr_state->bounds = st->bounds; bounds 453 src/compositor/hc_flash_shape.c drawable_finalize_sort(ctx, tr_state, &st->bounds); bounds 72 src/compositor/mesh.c memset(&mesh->bounds.min_edge, 0, sizeof(SFVec3f)); bounds 73 src/compositor/mesh.c memset(&mesh->bounds.max_edge, 0, sizeof(SFVec3f)); bounds 144 src/compositor/mesh.c mesh->bounds.min_edge.x = mx; bounds 145 src/compositor/mesh.c mesh->bounds.min_edge.y = my; bounds 146 src/compositor/mesh.c mesh->bounds.min_edge.z = mz; bounds 147 src/compositor/mesh.c mesh->bounds.max_edge.x = Mx; bounds 148 src/compositor/mesh.c mesh->bounds.max_edge.y = My; bounds 149 src/compositor/mesh.c mesh->bounds.max_edge.z = Mz; bounds 150 src/compositor/mesh.c gf_bbox_refresh(&mesh->bounds); bounds 171 src/compositor/mesh.c dest->bounds = orig->bounds; bounds 351 src/compositor/mesh.c mesh->bounds.min_edge.x = -hx; bounds 352 src/compositor/mesh.c mesh->bounds.min_edge.y = -hy; bounds 353 src/compositor/mesh.c mesh->bounds.min_edge.z = -hz; bounds 354 src/compositor/mesh.c mesh->bounds.max_edge.x = hx; bounds 355 src/compositor/mesh.c mesh->bounds.max_edge.y = hy; bounds 356 src/compositor/mesh.c mesh->bounds.max_edge.z = hz; bounds 357 src/compositor/mesh.c gf_bbox_refresh(&mesh->bounds); bounds 391 src/compositor/mesh.c gf_bbox_refresh(&mesh->bounds); bounds 504 src/compositor/mesh.c mesh->bounds.min_edge.x = mesh->bounds.min_edge.z = -radius; bounds 505 src/compositor/mesh.c mesh->bounds.max_edge.x = mesh->bounds.max_edge.z = radius; bounds 506 src/compositor/mesh.c mesh->bounds.max_edge.y = (side || (top && bottom)) ? height/2 : 0; bounds 507 src/compositor/mesh.c mesh->bounds.min_edge.y = -mesh->bounds.max_edge.y; bounds 508 src/compositor/mesh.c gf_bbox_refresh(&mesh->bounds); bounds 581 src/compositor/mesh.c mesh->bounds.min_edge.x = mesh->bounds.min_edge.z = -radius; bounds 582 src/compositor/mesh.c mesh->bounds.max_edge.x = mesh->bounds.max_edge.z = radius; bounds 583 src/compositor/mesh.c mesh->bounds.max_edge.y = height/2; bounds 584 src/compositor/mesh.c mesh->bounds.min_edge.y = -mesh->bounds.max_edge.y; bounds 585 src/compositor/mesh.c gf_bbox_refresh(&mesh->bounds); bounds 693 src/compositor/mesh.c mesh->bounds.min_edge.x = mesh->bounds.min_edge.y = mesh->bounds.min_edge.z = -radius; bounds 694 src/compositor/mesh.c mesh->bounds.max_edge.x = mesh->bounds.max_edge.y = mesh->bounds.max_edge.z = radius; bounds 695 src/compositor/mesh.c gf_bbox_refresh(&mesh->bounds); bounds 724 src/compositor/mesh.c mesh->bounds.min_edge.x = x; bounds 725 src/compositor/mesh.c mesh->bounds.min_edge.y = y-size.y; bounds 726 src/compositor/mesh.c mesh->bounds.min_edge.z = 0; bounds 727 src/compositor/mesh.c mesh->bounds.max_edge.x = x+size.x; bounds 728 src/compositor/mesh.c mesh->bounds.max_edge.y = y; bounds 729 src/compositor/mesh.c mesh->bounds.max_edge.z = 0; bounds 730 src/compositor/mesh.c gf_bbox_refresh(&mesh->bounds); bounds 763 src/compositor/mesh.c mesh->bounds.min_edge.x = -a_dia; bounds 764 src/compositor/mesh.c mesh->bounds.min_edge.y = -b_dia; bounds 765 src/compositor/mesh.c mesh->bounds.min_edge.z = 0; bounds 766 src/compositor/mesh.c mesh->bounds.max_edge.x = a_dia; bounds 767 src/compositor/mesh.c mesh->bounds.max_edge.y = b_dia; bounds 768 src/compositor/mesh.c mesh->bounds.max_edge.z = 0; bounds 769 src/compositor/mesh.c gf_bbox_refresh(&mesh->bounds); bounds 776 src/compositor/mesh.c GF_Rect bounds; bounds 780 src/compositor/mesh.c gf_path_get_bounds(path, &bounds); bounds 792 src/compositor/mesh.c w = bounds.width; bounds 793 src/compositor/mesh.c h = bounds.height; bounds 798 src/compositor/mesh.c mesh_set_vertex(mesh, pt.x, pt.y, 0, 0, 0, FIX_ONE, gf_divfix(pt.x - bounds.x, w), gf_divfix(bounds.y - pt.y, h)); bounds 804 src/compositor/mesh.c mesh_set_vertex(mesh, pt.x, pt.y, 0, 0, 0, FIX_ONE, gf_divfix(pt.x - bounds.x, w), gf_divfix(bounds.y - pt.y, h)); bounds 815 src/compositor/mesh.c mesh->bounds.min_edge.x = bounds.x; bounds 816 src/compositor/mesh.c mesh->bounds.min_edge.y = bounds.y-bounds.height; bounds 817 src/compositor/mesh.c mesh->bounds.min_edge.z = 0; bounds 818 src/compositor/mesh.c mesh->bounds.max_edge.x = bounds.x+bounds.width; bounds 819 src/compositor/mesh.c mesh->bounds.max_edge.y = bounds.y; bounds 820 src/compositor/mesh.c mesh->bounds.max_edge.z = 0; bounds 821 src/compositor/mesh.c gf_bbox_refresh(&mesh->bounds); bounds 1142 src/compositor/mesh.c SFVec3f pt, nor, bounds, center; bounds 1159 src/compositor/mesh.c center = pt = bounds = nor; bounds 1210 src/compositor/mesh.c gf_vec_diff(bounds, mesh->bounds.max_edge, mesh->bounds.min_edge); bounds 1211 src/compositor/mesh.c center = mesh->bounds.min_edge; bounds 1212 src/compositor/mesh.c if ( (bounds.x >= bounds.y) && (bounds.x >= bounds.z) ) { bounds 1214 src/compositor/mesh.c t_axis = (bounds.y >= bounds.z) ? 1 : 2; bounds 1216 src/compositor/mesh.c else if ( (bounds.y >= bounds.x) && (bounds.y >= bounds.z) ) { bounds 1218 src/compositor/mesh.c t_axis = (bounds.x >= bounds.z) ? 0 : 2; bounds 1222 src/compositor/mesh.c t_axis = (bounds.x >= bounds.y) ? 0 : 1; bounds 1362 src/compositor/mesh.c if (s_axis==0) tx.x = gf_divfix(v.x, bounds.x); bounds 1363 src/compositor/mesh.c else if (s_axis==1) tx.x = gf_divfix(v.y, bounds.y); bounds 1364 src/compositor/mesh.c else if (s_axis==2) tx.x = gf_divfix(v.z, bounds.z); bounds 1365 src/compositor/mesh.c if (t_axis==0) tx.y = gf_divfix(v.x, bounds.x); bounds 1366 src/compositor/mesh.c else if (t_axis==1) tx.y = gf_divfix(v.y, bounds.y); bounds 1367 src/compositor/mesh.c else if (t_axis==2) tx.y = gf_divfix(v.z, bounds.z); bounds 264 src/compositor/mesh_collide.c mesh->aabb_root->min = mesh->bounds.min_edge; bounds 265 src/compositor/mesh_collide.c mesh->aabb_root->max = mesh->bounds.max_edge; bounds 379 src/compositor/mesh_collide.c inters = gf_ray_hit_box(ray, mesh->bounds.min_edge, mesh->bounds.max_edge, NULL); bounds 556 src/compositor/mesh_collide.c gf_vec_diff(v1, mesh->bounds.center, pos); bounds 557 src/compositor/mesh_collide.c if (gf_vec_len(v1)>min_dist+mesh->bounds.radius) return GF_FALSE; bounds 216 src/compositor/mesh_tesselate.c mesh->bounds.min_edge.x = rc.x; bounds 217 src/compositor/mesh_tesselate.c mesh->bounds.min_edge.y = rc.y-rc.height; bounds 218 src/compositor/mesh_tesselate.c mesh->bounds.max_edge.x = rc.x+rc.width; bounds 219 src/compositor/mesh_tesselate.c mesh->bounds.max_edge.y = rc.y; bounds 220 src/compositor/mesh_tesselate.c mesh->bounds.min_edge.z = mesh->bounds.max_edge.z = 0; bounds 221 src/compositor/mesh_tesselate.c gf_bbox_refresh(&mesh->bounds); bounds 124 src/compositor/mpeg4_bitmap.c Bitmap_BuildGraph(node, st, tr_state, &tr_state->bounds, 0); bounds 224 src/compositor/mpeg4_bitmap.c Bitmap_BuildGraph(node, st, tr_state, &tr_state->bounds, bounds 236 src/compositor/mpeg4_form.c st->bounds = st->clip = gf_rect_center(st->clip.width, st->clip.height); bounds 243 src/compositor/mpeg4_form.c tr_state->bounds = st->clip; bounds 252 src/compositor/mpeg4_form.c GF_Rect bounds; bounds 257 src/compositor/mpeg4_form.c bounds.width = bounds.height = 0; bounds 317 src/compositor/mpeg4_form.c gf_rect_union(&bounds, &fg->final); bounds 325 src/compositor/mpeg4_form.c st->clip = bounds; bounds 335 src/compositor/mpeg4_form.c tr_state->bounds = st->clip; bounds 106 src/compositor/mpeg4_geometry_2d.c tr_state->bounds.width += width; bounds 107 src/compositor/mpeg4_geometry_2d.c tr_state->bounds.height += width; bounds 108 src/compositor/mpeg4_geometry_2d.c tr_state->bounds.y += width/2; bounds 109 src/compositor/mpeg4_geometry_2d.c tr_state->bounds.x -= width/2; bounds 190 src/compositor/mpeg4_geometry_2d.c gf_path_get_bounds(stack->path, &tr_state->bounds); bounds 248 src/compositor/mpeg4_geometry_2d.c gf_path_get_bounds(stack->path, &tr_state->bounds); bounds 351 src/compositor/mpeg4_geometry_2d.c gf_path_get_bounds(stack->path, &tr_state->bounds); bounds 550 src/compositor/mpeg4_geometry_2d.c gf_path_get_bounds(stack->path, &tr_state->bounds); bounds 678 src/compositor/mpeg4_geometry_2d.c gf_path_get_bounds(stack->path, &tr_state->bounds); bounds 56 src/compositor/mpeg4_geometry_3d.c drawable3d_check_focus_highlight(n, tr_state, &stack->mesh->bounds); bounds 59 src/compositor/mpeg4_geometry_3d.c tr_state->bbox = stack->mesh->bounds; bounds 498 src/compositor/mpeg4_geometry_3d.c if (mesh->bounds.min_edge.z == mesh->bounds.max_edge.z) return; bounds 513 src/compositor/mpeg4_geometry_3d.c z_min = mesh->bounds.min_edge.z; bounds 514 src/compositor/mpeg4_geometry_3d.c z_max = mesh->bounds.max_edge.z; bounds 307 src/compositor/mpeg4_geometry_ifs2d.c gf_path_get_bounds(stack->path, &tr_state->bounds); bounds 271 src/compositor/mpeg4_geometry_ils2d.c gf_path_get_bounds(stack->path, &tr_state->bounds); bounds 133 src/compositor/mpeg4_gradients.c static void LG_ComputeMatrix(GF_TextureHandler *txh, GF_Rect *bounds, GF_Matrix2D *mat, Bool for_3d) bounds 150 src/compositor/mpeg4_gradients.c gf_mx2d_add_translation(mat, gf_divfix(bounds->x, bounds->width), gf_divfix(bounds->y - bounds->height, bounds->height)); bounds 153 src/compositor/mpeg4_gradients.c gf_mx2d_add_scale(mat, bounds->width, bounds->height); bounds 584 src/compositor/mpeg4_gradients.c static void RG_ComputeMatrix(GF_TextureHandler *txh, GF_Rect *bounds, GF_Matrix2D *mat, Bool for_3d) bounds 601 src/compositor/mpeg4_gradients.c gf_mx2d_add_translation(mat, gf_divfix(bounds->x, bounds->width), gf_divfix(bounds->y - bounds->height, bounds->height)); bounds 604 src/compositor/mpeg4_gradients.c gf_mx2d_add_scale(mat, bounds->width, bounds->height); bounds 55 src/compositor/mpeg4_grouping.c group->bounds.width = 0; bounds 84 src/compositor/mpeg4_grouping.c else if ((tr_state->traversing_mode==TRAVERSE_GET_BOUNDS) && !tr_state->for_node && group->bounds.width) { bounds 85 src/compositor/mpeg4_grouping.c tr_state->bounds = group->bounds; bounds 122 src/compositor/mpeg4_grouping.c group->bounds.width = group->bounds.height = 0; bounds 123 src/compositor/mpeg4_grouping.c tr_state->bounds.width = tr_state->bounds.height = 0; bounds 136 src/compositor/mpeg4_grouping.c gf_rect_from_bbox(&tr_state->bounds, &tr_state->bbox); bounds 140 src/compositor/mpeg4_grouping.c gf_rect_union(&group->bounds, &tr_state->bounds); bounds 141 src/compositor/mpeg4_grouping.c tr_state->bounds.width = tr_state->bounds.height = 0; bounds 145 src/compositor/mpeg4_grouping.c tr_state->bounds = group->bounds; bounds 258 src/compositor/mpeg4_grouping.c tr_state->bounds = group->bounds; bounds 290 src/compositor/mpeg4_grouping.c group->bounds.width = group->bounds.height = 0; bounds 291 src/compositor/mpeg4_grouping.c tr_state->bounds.width = tr_state->bounds.height = 0; bounds 306 src/compositor/mpeg4_grouping.c gf_rect_from_bbox(&tr_state->bounds, &tr_state->bbox); bounds 310 src/compositor/mpeg4_grouping.c gf_rect_union(&group->bounds, &tr_state->bounds); bounds 311 src/compositor/mpeg4_grouping.c tr_state->bounds.width = tr_state->bounds.height = 0; bounds 313 src/compositor/mpeg4_grouping.c tr_state->bounds = group->bounds; bounds 554 src/compositor/mpeg4_grouping.c tr_state->bounds.width = 0; bounds 564 src/compositor/mpeg4_grouping.c if (tr_state->bounds.width) { bounds 565 src/compositor/mpeg4_grouping.c gf_bbox_from_rect(&tr_state->bbox, &tr_state->bounds); bounds 566 src/compositor/mpeg4_grouping.c tr_state->bounds.width = 0; bounds 661 src/compositor/mpeg4_grouping.c void parent_node_end_group(ParentNode2D *group, GF_Rect *bounds) bounds 667 src/compositor/mpeg4_grouping.c cg->original = *bounds; bounds 671 src/compositor/mpeg4_grouping.c void parent_node_end_text_group(ParentNode2D *group, GF_Rect *bounds, Fixed ascent, Fixed descent, u32 text_split_idx) bounds 678 src/compositor/mpeg4_grouping.c cg->final = cg->original = *bounds; bounds 745 src/compositor/mpeg4_grouping.c tr_state->bounds.width = tr_state->bounds.height = 0; bounds 754 src/compositor/mpeg4_grouping.c tr_state->bounds.width = tr_state->bounds.height = 0; bounds 761 src/compositor/mpeg4_grouping.c gf_rect_from_bbox(&tr_state->bounds, &tr_state->bbox); bounds 765 src/compositor/mpeg4_grouping.c parent_node_end_group(group, &tr_state->bounds); bounds 57 src/compositor/mpeg4_grouping.h GF_Rect bounds; \ bounds 74 src/compositor/mpeg4_grouping.h GF_Rect bounds; \ bounds 181 src/compositor/mpeg4_grouping.h void parent_node_end_group(ParentNode2D *group, GF_Rect *bounds); bounds 183 src/compositor/mpeg4_grouping.h void parent_node_end_text_group(ParentNode2D *group, GF_Rect *bounds, Fixed ascent, Fixed descent, u32 split_text_idx); bounds 166 src/compositor/mpeg4_grouping_2d.c gf_mx2d_apply_rect(&stack->mat, &tr_state->bounds); bounds 156 src/compositor/mpeg4_layer_2d.c st->bounds = st->clip; bounds 188 src/compositor/mpeg4_layer_2d.c tr_state->bounds = st->clip; bounds 230 src/compositor/mpeg4_layer_2d.c tr_state->bounds = st->clip; bounds 234 src/compositor/mpeg4_layer_2d.c gf_mx2d_apply_rect(&backup, &tr_state->bounds); bounds 236 src/compositor/mpeg4_layer_2d.c rect_intersect(&rc, &tr_state->bounds); bounds 314 src/compositor/mpeg4_layer_2d.c tr_state->bounds = st->clip; bounds 328 src/compositor/mpeg4_layer_2d.c tr_state->bounds = st->clip; bounds 343 src/compositor/mpeg4_layer_2d.c tr_state->bounds = st->clip; bounds 399 src/compositor/mpeg4_layer_3d.c tr_state->bounds = st->clip; bounds 648 src/compositor/mpeg4_layout.c st->bounds = st->clip = gf_rect_center(st->clip.width, st->clip.height); bounds 660 src/compositor/mpeg4_layout.c tr_state->bounds = st->clip; bounds 716 src/compositor/mpeg4_layout.c tr_state->bounds = st->bounds; bounds 718 src/compositor/mpeg4_layout.c tr_state->bounds.height = st->scroll_len; bounds 720 src/compositor/mpeg4_layout.c tr_state->bounds.width = st->scroll_len; bounds 723 src/compositor/mpeg4_layout.c gf_bbox_from_rect(&tr_state->bbox, &tr_state->bounds); bounds 56 src/compositor/mpeg4_text.c GF_Rect bounds; bounds 71 src/compositor/mpeg4_text.c stack->bounds.width = stack->bounds.height = 0; bounds 118 src/compositor/mpeg4_text.c st->bounds.width = st->bounds.x = st->bounds.height = 0; bounds 154 src/compositor/mpeg4_text.c span->bounds.height = st->ascent + st->descent; bounds 155 src/compositor/mpeg4_text.c span->bounds.y = start_y; bounds 156 src/compositor/mpeg4_text.c span->bounds.x = 0; bounds 157 src/compositor/mpeg4_text.c span->bounds.width = 0; bounds 162 src/compositor/mpeg4_text.c span->bounds.width += tspan->font_scale * (span->glyphs[k] ? span->glyphs[k]->horiz_advance : tspan->font->max_advance_h); bounds 167 src/compositor/mpeg4_text.c span->bounds.width = tspan->font_scale * (span->glyphs[0] ? span->glyphs[0]->horiz_advance : tspan->font->max_advance_h); bounds 176 src/compositor/mpeg4_text.c parent_node_end_text_group(tr_state->parent, &span->bounds, st->ascent, st->descent, idx); bounds 185 src/compositor/mpeg4_text.c span->bounds.height = st->ascent + st->descent; bounds 186 src/compositor/mpeg4_text.c span->bounds.y = start_y; bounds 187 src/compositor/mpeg4_text.c span->bounds.x = 0; bounds 190 src/compositor/mpeg4_text.c span->bounds.width = tspan->font_scale * (span->glyphs[0] ? span->glyphs[0]->horiz_advance : tspan->font->max_advance_h); bounds 193 src/compositor/mpeg4_text.c parent_node_end_text_group(tr_state->parent, &span->bounds, st->ascent, st->descent, idx); bounds 311 src/compositor/mpeg4_text.c tspan->bounds.width = tspan->font_scale * size; bounds 314 src/compositor/mpeg4_text.c tspan->x_scale = gf_divfix(txt->length.vals[i], tspan->bounds.width); bounds 315 src/compositor/mpeg4_text.c tspan->bounds.width = txt->length.vals[i]; bounds 317 src/compositor/mpeg4_text.c if (tot_width < tspan->bounds.width ) tot_width = tspan->bounds.width; bounds 319 src/compositor/mpeg4_text.c tspan->bounds.height = tspan->font_scale * size; bounds 323 src/compositor/mpeg4_text.c tspan->y_scale = gf_divfix(txt->length.vals[i], tspan->bounds.height); bounds 324 src/compositor/mpeg4_text.c tspan->bounds.height = txt->length.vals[i]; bounds 326 src/compositor/mpeg4_text.c if (tot_height < tspan->bounds.height) tot_height = tspan->bounds.height; bounds 338 src/compositor/mpeg4_text.c st->bounds.height = tot_height; bounds 343 src/compositor/mpeg4_text.c st->bounds.y = start_y; bounds 346 src/compositor/mpeg4_text.c st->bounds.y = tot_height/2; bounds 352 src/compositor/mpeg4_text.c st->bounds.y = start_y; bounds 354 src/compositor/mpeg4_text.c st->bounds.y = st->bounds.height; bounds 361 src/compositor/mpeg4_text.c st->bounds.y = start_y; bounds 364 src/compositor/mpeg4_text.c st->bounds.y = start_y - (st->descent + st->ascent) + tot_height; bounds 369 src/compositor/mpeg4_text.c st->bounds.y = FSTTB ? start_y : (tot_height - st->descent); bounds 376 src/compositor/mpeg4_text.c st->bounds.width = tot_width; bounds 381 src/compositor/mpeg4_text.c st->bounds.x = start_x; bounds 384 src/compositor/mpeg4_text.c st->bounds.x = - tot_width + line_spacing; bounds 390 src/compositor/mpeg4_text.c st->bounds.x = start_x; bounds 393 src/compositor/mpeg4_text.c st->bounds.x = 0; bounds 399 src/compositor/mpeg4_text.c st->bounds.x = start_x; bounds 402 src/compositor/mpeg4_text.c st->bounds.x = -tot_width; bounds 417 src/compositor/mpeg4_text.c st->bounds.width = st->bounds.height = 0; bounds 426 src/compositor/mpeg4_text.c start_x = -span->bounds.width/2; bounds 429 src/compositor/mpeg4_text.c start_y = span->bounds.height/2; bounds 435 src/compositor/mpeg4_text.c start_x = (FSLTR) ? -span->bounds.width : 0; bounds 438 src/compositor/mpeg4_text.c start_y = FSTTB ? span->bounds.height : 0; bounds 444 src/compositor/mpeg4_text.c start_x = (FSLTR) ? 0 : -span->bounds.width; bounds 447 src/compositor/mpeg4_text.c start_y = FSTTB ? 0 : span->bounds.height; bounds 452 src/compositor/mpeg4_text.c span->bounds.x = start_x; bounds 456 src/compositor/mpeg4_text.c span->bounds.y = start_y; bounds 460 src/compositor/mpeg4_text.c span->bounds.y = start_y; bounds 467 src/compositor/mpeg4_text.c span->bounds.height = st->descent + st->ascent; bounds 470 src/compositor/mpeg4_text.c span->bounds.width = line_spacing; bounds 472 src/compositor/mpeg4_text.c gf_rect_union(&st->bounds, &span->bounds); bounds 555 src/compositor/mpeg4_text.c gf_font_spans_draw_2d(st->spans, tr_state, hl_color, force_texture, &st->bounds); bounds 573 src/compositor/mpeg4_text.c if (!stack->bounds.width) stack->bounds.width = INT2FIX(1)/100; bounds 574 src/compositor/mpeg4_text.c if (!stack->bounds.height) stack->bounds.height = INT2FIX(1)/100; bounds 617 src/compositor/mpeg4_text.c gf_font_spans_pick(n, st->spans, tr_state, &st->bounds, GF_FALSE, NULL); bounds 621 src/compositor/mpeg4_text.c tr_state->bounds = st->bounds; bounds 672 src/compositor/mpeg4_text.c if (span) drawable_finalize_sort(ctx, tr_state, &span->bounds); bounds 674 src/compositor/mpeg4_text.c drawable_finalize_sort(ctx, tr_state, &st->bounds); bounds 743 src/compositor/mpeg4_text.c min_cx = st->bounds.x; bounds 744 src/compositor/mpeg4_text.c min_cy = st->bounds.y - st->bounds.height; bounds 745 src/compositor/mpeg4_text.c width_cx = st->bounds.width; bounds 746 src/compositor/mpeg4_text.c width_cy = st->bounds.height; bounds 192 src/compositor/mpeg4_viewport.c w = tr_state->bounds.width; bounds 193 src/compositor/mpeg4_viewport.c h = tr_state->bounds.height; bounds 279 src/compositor/mpeg4_viewport.c tr_state->bounds = rc; bounds 280 src/compositor/mpeg4_viewport.c tr_state->bounds.x += tx; bounds 281 src/compositor/mpeg4_viewport.c tr_state->bounds.y += ty; bounds 251 src/compositor/navigate.c if (tr_state.bounds.width&&tr_state.bounds.height) return 1; bounds 179 src/compositor/offscreen_cache.c tr_state->bounds.width = tr_state->bounds.height = 0; bounds 182 src/compositor/offscreen_cache.c gf_rect_union(&cache_bounds, &tr_state->bounds); bounds 241 src/compositor/offscreen_cache.c tr_state->bounds = cache_bounds; bounds 255 src/compositor/offscreen_cache.c group_cache_setup(cache, &tr_state->bounds, &rc1, tr_state->visual->compositor, for_3d); bounds 270 src/compositor/offscreen_cache.c scale_x = gf_divfix(INT2FIX(rc1.width), tr_state->bounds.width); bounds 271 src/compositor/offscreen_cache.c scale_y = gf_divfix(INT2FIX(rc1.height), tr_state->bounds.height); bounds 274 src/compositor/offscreen_cache.c cache_bounds = tr_state->bounds; bounds 199 src/compositor/svg_filters.c GF_Rect bounds, local_bounds, rc; bounds 211 src/compositor/svg_filters.c tr_state->bounds.width = tr_state->bounds.height = 0; bounds 214 src/compositor/svg_filters.c local_bounds = bounds = tr_state->bounds; bounds 216 src/compositor/svg_filters.c gf_mx2d_apply_rect(&backup, &bounds); bounds 217 src/compositor/svg_filters.c txrc = gf_rect_pixelize(&bounds); bounds 220 src/compositor/svg_filters.c bounds = gf_rect_ft(&txrc); bounds 226 src/compositor/svg_filters.c if (!bounds.width || !bounds.height) { bounds 256 src/compositor/svg_filters.c bounds.x + bounds.width/2, bounds 257 src/compositor/svg_filters.c bounds.y - bounds.height/2, bounds 258 src/compositor/svg_filters.c bounds.width, bounds 259 src/compositor/svg_filters.c bounds.height); bounds 283 src/compositor/svg_filters.c scale_x = gf_divfix(bounds.width, local_bounds.width); bounds 284 src/compositor/svg_filters.c scale_y = gf_divfix(bounds.height, local_bounds.height); bounds 363 src/compositor/svg_filters.c bounds = local_bounds; bounds 368 src/compositor/svg_filters.c bounds.x += gf_mulfix(v, bounds.width); bounds 370 src/compositor/svg_filters.c bounds.y += gf_mulfix(v, bounds.height); bounds 372 src/compositor/svg_filters.c bounds.width = gf_mulfix(v, bounds.width); bounds 374 src/compositor/svg_filters.c bounds.height = gf_mulfix(v, bounds.height); bounds 376 src/compositor/svg_filters.c bounds.x = all_atts.x ? all_atts.x->value : 0; bounds 377 src/compositor/svg_filters.c bounds.y = all_atts.y ? all_atts.y->value : 0; bounds 378 src/compositor/svg_filters.c bounds.width = all_atts.width ? all_atts.width->value : bounds.width; bounds 379 src/compositor/svg_filters.c bounds.height = all_atts.height ? all_atts.height->value : 120; bounds 381 src/compositor/svg_filters.c gf_mx2d_apply_rect(&backup, &bounds); bounds 383 src/compositor/svg_filters.c svg_filter_apply(filter, &st->txh, &bounds); bounds 397 src/compositor/svg_geometry.c gf_path_get_bounds(drawable->path, &tr_state->bounds); bounds 404 src/compositor/svg_geometry.c gf_path_get_bounds(si->outline, &tr_state->bounds); bounds 410 src/compositor/svg_geometry.c gf_mx2d_apply_rect(&tr_state->transform, &tr_state->bounds); bounds 131 src/compositor/svg_grouping.c gf_mx2d_apply_rect(&mx, &bounds_state.bounds); bounds 132 src/compositor/svg_grouping.c ext_vb.x = bounds_state.bounds.x; bounds 133 src/compositor/svg_grouping.c ext_vb.y = bounds_state.bounds.y-bounds_state.bounds.height; bounds 134 src/compositor/svg_grouping.c ext_vb.width = bounds_state.bounds.width; bounds 135 src/compositor/svg_grouping.c ext_vb.height = bounds_state.bounds.height; bounds 1091 src/compositor/svg_grouping.c gf_mx2d_apply_rect(&translate, &tr_state->bounds); bounds 320 src/compositor/svg_media.c gf_path_get_bounds(stack->drawable->path, &tr_state->bounds); bounds 325 src/compositor/svg_media.c tr_state->bounds.width = INT2FIX(stack->txh.width); bounds 326 src/compositor/svg_media.c tr_state->bounds.height = INT2FIX(stack->txh.height); bounds 327 src/compositor/svg_media.c tr_state->bounds.x = cx - tr_state->bounds.width/2; bounds 328 src/compositor/svg_media.c tr_state->bounds.y = cy + tr_state->bounds.height/2; bounds 331 src/compositor/svg_media.c gf_mx2d_apply_rect(&mx, &tr_state->bounds); bounds 333 src/compositor/svg_media.c gf_mx2d_apply_rect(&tr_state->transform, &tr_state->bounds); bounds 496 src/compositor/svg_paint_servers.c static void SVG_LG_ComputeMatrix(GF_TextureHandler *txh, GF_Rect *bounds, GF_Matrix2D *mat, Bool for_3d) bounds 525 src/compositor/svg_paint_servers.c gf_mx2d_add_scale(mat, gf_divfix(rc.width, bounds->width), gf_divfix(rc.height, bounds->height)); bounds 561 src/compositor/svg_paint_servers.c if (bounds && (!all_atts.gradientUnits || (*(SVG_GradientUnit*)all_atts.gradientUnits==SVG_GRADIENTUNITS_OBJECT)) ) { bounds 563 src/compositor/svg_paint_servers.c gf_mx2d_add_scale(mat, bounds->width, bounds->height); bounds 564 src/compositor/svg_paint_servers.c gf_mx2d_add_translation(mat, bounds->x, bounds->y - bounds->height); bounds 602 src/compositor/svg_paint_servers.c static void SVG_RG_ComputeMatrix(GF_TextureHandler *txh, GF_Rect *bounds, GF_Matrix2D *mat, Bool for_3d) bounds 627 src/compositor/svg_paint_servers.c if (for_3d && bounds) { bounds 634 src/compositor/svg_paint_servers.c gf_mx2d_add_translation(mat, gf_divfix(rc.x-bounds->x, rc.width), gf_divfix(bounds->y - rc.y, rc.height) ); bounds 635 src/compositor/svg_paint_servers.c gf_mx2d_add_scale(mat, gf_divfix(rc.width, bounds->width), gf_divfix(rc.height, bounds->height)); bounds 693 src/compositor/svg_paint_servers.c if (bounds && (!all_atts.gradientUnits || (*(SVG_GradientUnit*)all_atts.gradientUnits==SVG_GRADIENTUNITS_OBJECT)) ) { bounds 695 src/compositor/svg_paint_servers.c gf_mx2d_add_scale(mat, bounds->width, bounds->height); bounds 696 src/compositor/svg_paint_servers.c gf_mx2d_add_translation(mat, bounds->x, bounds->y - bounds->height); bounds 40 src/compositor/svg_text.c GF_Rect bounds; bounds 57 src/compositor/svg_text.c st->bounds.width = st->bounds.height = 0; bounds 58 src/compositor/svg_text.c st->bounds.x = st->bounds.y = 0; bounds 61 src/compositor/svg_text.c gf_rect_union(&st->bounds, &span->bounds); bounds 71 src/compositor/svg_text.c drawable_check_focus_highlight(ctx->drawable->node, tr_state, &st->bounds); bounds 94 src/compositor/svg_text.c drawable_finalize_sort(ctx, tr_state, &st->bounds); bounds 811 src/compositor/svg_text.c gf_font_spans_draw_2d(st->spans, tr_state, 0, GF_FALSE, &st->bounds); bounds 820 src/compositor/svg_text.c st->bounds.width = st->bounds.height = 0; bounds 821 src/compositor/svg_text.c st->bounds.x = st->bounds.y = 0; bounds 828 src/compositor/svg_text.c gf_rect_union(&st->bounds, &span->bounds); bounds 887 src/compositor/svg_text.c gf_font_spans_pick(node, st->spans, tr_state, &st->bounds, 1, st->drawable); bounds 1013 src/compositor/svg_text.c tr_state->bounds = st->bounds; bounds 1109 src/compositor/svg_text.c gf_font_spans_pick(node, st->spans, tr_state, &st->bounds, GF_TRUE, st->drawable); bounds 1201 src/compositor/svg_text.c tr_state->bounds = st->bounds; bounds 1304 src/compositor/svg_text.c gf_font_spans_pick(node, st->spans, tr_state, &st->bounds, GF_TRUE, st->drawable); bounds 1448 src/compositor/svg_text.c tr_state->bounds = st->bounds; bounds 70 src/compositor/texturing.h u32 gf_sc_texture_enable_ex(GF_TextureHandler *txh, GF_Node *tx_transform, GF_Rect *bounds); bounds 1947 src/compositor/texturing_gl.c u32 gf_sc_texture_enable_ex(GF_TextureHandler *txh, GF_Node *tx_transform, GF_Rect *bounds) bounds 1983 src/compositor/texturing_gl.c if (bounds && txh->compute_gradient_matrix) { bounds 1985 src/compositor/texturing_gl.c txh->compute_gradient_matrix(txh, bounds, &mx2d, 1); bounds 227 src/compositor/visual_manager.c tr_state->bounds = gf_rect_center(size.x, size.y); bounds 241 src/compositor/visual_manager.c tr_state->bounds = gf_rect_center(0,0); bounds 254 src/compositor/visual_manager.c gf_mx2d_apply_rect(&tr_state->transform, &tr_state->bounds); bounds 255 src/compositor/visual_manager.c gf_rect_union(&rc, &tr_state->bounds); bounds 268 src/compositor/visual_manager.c tr_state->bounds = gf_rect_center(0,0); bounds 281 src/compositor/visual_manager.c gf_mx2d_apply_rect(&tr_state->transform, &tr_state->bounds); bounds 282 src/compositor/visual_manager.c gf_rect_union(&rc, &tr_state->bounds); bounds 292 src/compositor/visual_manager.c tr_state->bounds = rc; bounds 172 src/compositor/visual_manager_2d.c Bool visual_2d_node_cull(GF_TraverseState *tr_state, GF_Rect *bounds) bounds 176 src/compositor/visual_manager_2d.c rc = *bounds; bounds 233 src/compositor/visual_manager_2d.c tr_state->bounds = rc; bounds 94 src/compositor/visual_manager_2d.h Bool visual_2d_node_cull(GF_TraverseState *tr_state, GF_Rect *bounds); bounds 66 src/compositor/visual_manager_3d.c GF_BBox *bounds; bounds 98 src/compositor/visual_manager_3d.c bounds = &tr_state->bbox; bounds 100 src/compositor/visual_manager_3d.c bounds = orig_bounds; bounds 102 src/compositor/visual_manager_3d.c visual_3d_draw_bbox(tr_state, bounds); bounds 777 src/compositor/visual_manager_3d.c tr_state->bbox = drawable->mesh->bounds; bounds 932 src/compositor/visual_manager_3d.c tr_state->bounds = rc; bounds 1357 src/compositor/visual_manager_3d.c if (!visual_3d_node_cull(tr_state, &mesh->bounds, 0)) { bounds 1377 src/compositor/visual_manager_3d.c box = mesh->bounds; bounds 1485 src/compositor/visual_manager_3d.c if (!visual_3d_node_cull(tr_state, &st->mesh->bounds, 1)) { bounds 1588 src/compositor/visual_manager_3d.c gf_rect_from_bbox(&rc, &mesh->bounds); bounds 3220 src/compositor/visual_manager_3d_gl.c Fixed scale = mesh->bounds.radius / 4; bounds 3344 src/compositor/visual_manager_3d_gl.c visual_3d_draw_bbox_ex(tr_state, &mesh->bounds, 1); bounds 71 src/compositor/x3d_geometry.c gf_path_get_bounds(stack->path, &tr_state->bounds); bounds 136 src/compositor/x3d_geometry.c gf_path_get_bounds(stack->path, &tr_state->bounds); bounds 138 src/compositor/x3d_geometry.c gf_bbox_from_rect(&tr_state->bbox, &tr_state->bounds); bounds 202 src/compositor/x3d_geometry.c gf_path_get_bounds(stack->path, &tr_state->bounds); bounds 303 src/compositor/x3d_geometry.c gf_path_get_bounds(stack->path, &tr_state->bounds); bounds 826 src/ietf/rtp.c u32 bounds; bounds 856 src/ietf/rtp.c bounds = 0; bounds 857 src/ietf/rtp.c if ( (po->head_seqnum >= 0xf000 ) || (po->head_seqnum <= 0x1000) ) bounds = 0x2000; bounds 863 src/ietf/rtp.c if ( ( (u16) (pck_seqnum + bounds) <= (u16) (po->in->pck_seq_num + bounds) ) ) { bounds 889 src/ietf/rtp.c if ( ( (u16) (cur->pck_seq_num + bounds) < (u16) (pck_seqnum + bounds) ) bounds 890 src/ietf/rtp.c && ( (u16) (pck_seqnum + bounds) < (u16) (cur->next->pck_seq_num + bounds)) ) { bounds 919 src/ietf/rtp.c u32 bounds; bounds 938 src/ietf/rtp.c bounds = 0; bounds 939 src/ietf/rtp.c if ( (po->head_seqnum >= 0xf000 ) || (po->head_seqnum <= 0x1000) ) bounds = 0x2000; bounds 942 src/ietf/rtp.c if (( (u16) (po->in->pck_seq_num + bounds + 1) == (u16) (po->in->next->pck_seq_num + bounds)) bounds 1683 src/scene_manager/swf_parse.c swf_get_rec(read, &txt.bounds); bounds 1701 src/utils/path2d_stroker.c GF_Rect bounds; bounds 1702 src/utils/path2d_stroker.c gf_path_get_bounds(path, &bounds); bounds 1704 src/utils/path2d_stroker.c sx = gf_divfix(bounds.width+pen.width, bounds.width); bounds 1705 src/utils/path2d_stroker.c sy = gf_divfix(bounds.height+pen.width, bounds.height); bounds 1708 src/utils/path2d_stroker.c sx = gf_divfix(bounds.width-pen.width, bounds.width); bounds 1709 src/utils/path2d_stroker.c sy = gf_divfix(bounds.height-pen.width, bounds.height);