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

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmsndlib.c27 const S_FM_REGION regions[] = variable
1663 regions,
/external/elfutils/src/
H A Delfcmp.c103 /* Structure to hold information about used regions. */
198 struct region *regions = NULL; local
236 newp->next = regions;
237 regions = newp;
413 phdr_region.next = regions;
415 regions = &ehdr_region;
439 regionsarr[cnt] = *regions;
440 regions = regions->next;
/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.cpp657 int SkPictureRecord::find(SkTDArray<const SkFlatRegion* >& regions, const SkRegion& region) { argument
659 int index = SkTSearch<SkFlatData>((const SkFlatData**) regions.begin(),
660 regions.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare);
663 return regions[index]->index();
666 *regions.insert(index) = flat;
702 regions(&sizeData);
741 int SkPictureRecord::regions(size_t* size) const { function in class:SkPictureRecord
H A DSkPicturePlayback.cpp31 int regions = record.regions(&regionBytes); local
44 if (regions != 0)
45 SkDebugf("regions size %zd (regions:%d) ", regionBytes, regions);
130 const SkTDArray<const SkFlatRegion* >& regions = record.getRegions(); local
131 fRegionCount = regions.count();
134 for (const SkFlatRegion** flatRegionPtr = regions.begin();
135 flatRegionPtr != regions
922 int SkPicturePlayback::regions(size_t* size) { function in class:SkPicturePlayback
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp1462 const Vector<StyleDashboardRegion>& regions = style->dashboardRegions(); local
1463 unsigned count = regions.size();
1464 if (count == 1 && regions[0].type == StyleDashboardRegion::None)
1471 StyleDashboardRegion styleRegion = regions[i];
/external/webkit/Source/WebCore/rendering/
H A DRenderInline.cpp1488 void RenderInline::addDashboardRegions(Vector<DashboardRegionValue>& regions) argument
1490 // Convert the style regions to absolute coordinates.
1534 regions.append(region);
H A DRenderObject.cpp2365 void RenderObject::addDashboardRegions(Vector<DashboardRegionValue>& regions) argument
2367 // Convert the style regions to absolute coordinates.
2408 regions.append(region);
2412 void RenderObject::collectDashboardRegions(Vector<DashboardRegionValue>& regions) argument
2419 addDashboardRegions(regions);
2421 curr->collectDashboardRegions(regions);
2567 // regions of the document, but that is either impossible or at least
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp3202 void Document::setDashboardRegions(const Vector<DashboardRegionValue>& regions) argument
3204 m_dashboardRegions = regions;
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h814 void setDashboardRegions(Vector<StyleDashboardRegion> regions) { SET_VAR(rareNonInheritedData, m_dashboardRegions, regions); } argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 7367 milliseconds