HomeSort by relevance Sort by last modified time
    Searched refs:fill_polys (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path.c 65 } fill_polys; member in struct:path
232 polygon_array_cleanup(&p->fill_polys.polygon_array);
372 if (p->fill_polys.polygon_array.array)
374 if (memcmp( &p->fill_polys.matrix,
378 return &p->fill_polys.polygon_array;
381 polygon_array_cleanup(&p->fill_polys.polygon_array);
617 p->fill_polys.polygon_array.array = array;
618 p->fill_polys.matrix = *matrix;
620 polygon_array_calculate_bounds( &p->fill_polys.polygon_array );
624 return &p->fill_polys.polygon_array
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
path.c 65 } fill_polys; member in struct:path
232 polygon_array_cleanup(&p->fill_polys.polygon_array);
372 if (p->fill_polys.polygon_array.array)
374 if (memcmp( &p->fill_polys.matrix,
378 return &p->fill_polys.polygon_array;
381 polygon_array_cleanup(&p->fill_polys.polygon_array);
617 p->fill_polys.polygon_array.array = array;
618 p->fill_polys.matrix = *matrix;
620 polygon_array_calculate_bounds( &p->fill_polys.polygon_array );
624 return &p->fill_polys.polygon_array
    [all...]

Completed in 712 milliseconds