Searched refs:regions (Results 51 - 63 of 63) sorted by relevance

123

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSComputedStyleDeclaration.cpp2478 const Vector<StyleDashboardRegion>& regions = style->dashboardRegions(); local
2479 unsigned count = regions.size();
2480 if (count == 1 && regions[0].type == StyleDashboardRegion::None)
2487 StyleDashboardRegion styleRegion = regions[i];
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebViewPrivate.h522 - (void)_addScrollerDashboardRegions:(NSMutableDictionary *)regions;
/macosx-10.10/emacs-93/emacs/etc/
H A DviperCard.tex515 Most commands that operate on text regions accept the motion commands,
516 to describe regions. They also accept the Emacs region specifications
/macosx-10.10/xnu-2782.1.97/osfmk/kdp/
H A Dkdp.c710 r = rp->regions;
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DMediaControlElements.cpp1348 VTTRegion* region = cue->track()->regions()->getRegionById(cue->regionId());
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c47 * regions by the top left and lower right corners.
197 #define MAX_REGIONS 8 /* number of regions to extract from a single page */
198 #define MAX_OUTBUFFS 8 /* must match larger of zones or regions */
279 uint16 img_mode; /* Composite or separate images created from zones or regions */
288 uint16 selections; /* Number of regions or zones selected */
289 uint16 regions; /* Number of regions delimited by corner coordinates */ member in struct:crop_mask
672 " regions of the image designated by upper left and lower right coordinates",
676 " When exporting a composite image from multiple zones or regions",
1643 case 'z': /* regions o
[all...]
/macosx-10.10/dyld-353.2.1/src/
H A Ddyld.cpp3235 // x86_64 has a two memory regions:
3238 // Some old shared caches have r/w region after rx region, so all regions slide within 1GB range
3239 // Newer shared caches have r/w region based at 0x7FFF70000000 and r/o regions at 0x7FFF80000000, so each part has max slide
3468 dyld::log("dyld: calling _shared_region_map_and_slide_np() with regions:\n");
3519 // only room to tell gdb about first four regions
3873 static ImageLoader::MappedRegion* getMappedRegions(ImageLoader::MappedRegion* regions) argument
3875 ImageLoader::MappedRegion* end = regions;
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DRenderStyle.h1184 void setDashboardRegions(Vector<StyleDashboardRegion> regions) { SET_VAR(rareNonInheritedData, m_dashboardRegions, regions); }
/macosx-10.10/vim-55/runtime/syntax/
H A Daml.vim36 syn keyword amlArcCmd contained red[o] refreshview regionb[uffer] regioncla[ss] regioncle[an] regiondi[ssolve] regiondo[ts] regione[rrors] regiong[roup] regionj[oin] regionl[ines] regionpoly regionpolyc[ount] regionpolycount regionpolyl[ist] regionpolylist regionq[uery] regions regionse[lect] regionsh[ades] regionsp[ot] regiont[ext] regionxa[rea] regionxarea regionxt[ab] regionxtab register registerd[bms] regr[ession] reindex rej[ects] rela[te] rele[ase] rem remapgrid reme[asure] remo[vescalar] remove removeback removecover removeedit removesnap removetransfer rename renamew[orkspace] renameworkspace reno[de] rep[lace] reposition resa[mple] resel[ect] reset resh[ape] restore restorearce[dit] restorearch[ive] resu[me] rgb2h[ue] rgb2s[at] rgb2v[al] rotate rotatep[lot] routea[rc] routeends routeendt[ext] routeer[rors] routeev[entspot] routeh[atch] routel[ines] routes routesp[ot] routest[ats] routet[ext] rp rs rt rt[l] rtl rv rw sa sai sample samples[ig] sav[e] savecolormap sc scal[ar] scat[tergram]
H A Ddoxygen.vim275 " Simplistic handling of formula regions
H A Dperl.vim320 " seems due to the 'auto-extending nature' of regions.
H A Dphp.vim24 " php_folding = 2 for folding all { } regions
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp3337 void Document::setAnnotatedRegions(const Vector<AnnotatedRegionValue>& regions) argument
3339 m_annotatedRegions = regions;

Completed in 213 milliseconds

123