Searched defs:regions (Results 1 - 9 of 9) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmsndlib.c27 const S_FM_REGION regions[] = variable
1663 regions,
/external/webkit/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp1197 const Vector<StyleDashboardRegion>& regions = style->dashboardRegions(); local
1198 unsigned count = regions.size();
1199 if (count == 1 && regions[0].type == StyleDashboardRegion::None)
1206 StyleDashboardRegion styleRegion = regions[i];
/external/blktrace/btt/
H A Dglobals.h111 struct region_info regions; member in struct:p_info
133 struct region_info regions; member in struct:d_info
/external/skia/src/core/
H A DSkPictureRecord.cpp587 int SkPictureRecord::find(SkTDArray<const SkFlatRegion* >& regions, const SkRegion& region) { argument
589 int index = SkTSearch<SkFlatData>((const SkFlatData**) regions.begin(),
590 regions.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare);
593 return regions[index]->index();
596 *regions.insert(index) = flat;
632 regions(&sizeData);
671 int SkPictureRecord::regions(size_t* size) const { function in class:SkPictureRecord
H A DSkPicturePlayback.cpp24 int regions = record.regions(&regionBytes); local
37 if (regions != 0)
38 SkDebugf("regions size %zd (regions:%d) ", regionBytes, regions);
134 const SkTDArray<const SkFlatRegion* >& regions = record.getRegions(); local
135 fRegionCount = regions.count();
138 for (const SkFlatRegion** flatRegionPtr = regions.begin();
139 flatRegionPtr != regions
919 int SkPicturePlayback::regions(size_t* size) { function in class:SkPicturePlayback
[all...]
/external/webkit/WebCore/rendering/
H A DRenderInline.cpp1088 void RenderInline::addDashboardRegions(Vector<DashboardRegionValue>& regions) argument
1090 // Convert the style regions to absolute coordinates.
1134 regions.append(region);
H A DRenderObject.cpp1669 // FIXME: A better solution would be to only invalidate the fixed regions when scrolling. It's overkill to
2268 void RenderObject::addDashboardRegions(Vector<DashboardRegionValue>& regions) argument
2270 // Convert the style regions to absolute coordinates.
2311 regions.append(region);
2315 void RenderObject::collectDashboardRegions(Vector<DashboardRegionValue>& regions) argument
2322 addDashboardRegions(regions);
2324 curr->collectDashboardRegions(regions);
2485 // regions of the document, but that is either impossible or at least
/external/webkit/WebCore/dom/
H A DDocument.cpp2812 void Document::setDashboardRegions(const Vector<DashboardRegionValue>& regions) argument
2814 m_dashboardRegions = regions;
/external/webkit/WebCore/rendering/style/
H A DRenderStyle.h736 void setDashboardRegions(Vector<StyleDashboardRegion> regions) { SET_VAR(rareNonInheritedData, m_dashboardRegions, regions); } argument

Completed in 116 milliseconds