Searched refs:slices (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSBorderImageSliceValue.h39 static PassRef<CSSBorderImageSliceValue> create(PassRefPtr<CSSPrimitiveValue> slices, bool fill) argument
41 return adoptRef(*new CSSBorderImageSliceValue(slices, fill));
46 Quad* slices() { return m_slices ? m_slices->getQuadValue() : 0; } function in class:WebCore::CSSBorderImageSliceValue
56 CSSBorderImageSliceValue(PassRefPtr<CSSPrimitiveValue> slices, bool fill);
H A DCSSBorderImageSliceValue.cpp34 CSSBorderImageSliceValue::CSSBorderImageSliceValue(PassRefPtr<CSSPrimitiveValue> slices, bool fill) argument
36 , m_slices(slices)
43 // Dump the slices first.
H A DCSSToStyleMap.cpp561 // Map in the image slices.
565 // Map in the border slices.
573 // Set the appropriate rules for stretch/round/repeat of the slices.
579 // We have to preserve the legacy behavior of -webkit-border-image and make the border slices
601 // Set up a length box to represent our image slices.
603 Quad* slices = borderImageSlice->slices(); local
604 if (slices->top()->isPercentage())
605 box.m_top = Length(slices->top()->getDoubleValue(), Percent);
607 box.m_top = Length(slices
639 Quad* slices = borderWidths->getQuadValue(); local
[all...]
H A DCSSComputedStyleDeclaration.cpp468 auto& slices = image.imageSlices(); local
470 RefPtr<CSSPrimitiveValue> top = valueForImageSliceSide(slices.top());
476 if (slices.right() == slices.top() && slices.bottom() == slices.top() && slices.left() == slices.top()) {
481 right = valueForImageSliceSide(slices.right());
483 if (slices
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/toasters/
H A Dusualway.tcl61 # COMMAND: toast_bread <name> <slices>
65 # <slices> = number of bread slices (1 or 2)
73 proc toast_bread {name slices} {
78 set c [expr $c+$allToasters($name-heat)*$slices]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dtoaster.test48 test {Toast a few slices of bread} {
60 test {Toast a few slices of bread a few different times} {
68 test {Toast too many slices of bread and cause a fire} {
99 test {Toast a few slices of bread} {
105 test {Toast a few slices of bread and look for auto-clean} {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dpie.tcl17 set ($this,slices) {}
30 eval ::stooop::delete $($this,slices) $($this,backgroundSlice)
79 # value is height is slices height not counting thickness
96 proc pie::complete {this} { ;# no user slices exist yet
139 # (slices grow clockwise from 12 o'clock)
141 foreach slice $($this,slices) {
159 # place slice at other slices position in case pie was moved
163 lappend ($this,slices) $slice
165 set text "slice [llength $($this,slices)]"
211 set index [lsearch -exact $($this,slices)
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DNinePieceImage.h72 void setImageSlices(LengthBox slices) { m_data.access()->imageSlices = WTF::move(slices); } argument
78 void setBorderSlices(LengthBox slices) { m_data.access()->borderSlices = WTF::move(slices); } argument
H A DRenderStyle.cpp1768 void RenderStyle::setBorderImageSlices(LengthBox slices) argument
1770 if (surround->border.m_image.imageSlices() == slices)
1772 surround.access()->border.m_image.setImageSlices(slices);
1775 void RenderStyle::setBorderImageWidth(LengthBox slices) argument
1777 if (surround->border.m_image.borderSlices() == slices)
1779 surround.access()->border.m_image.setBorderSlices(slices);
/macosx-10.10/Security-57031.1.35/codesign_wrapper/
H A Dcodesign.c251 uint32_t slice, slices = htonl(fat.nfat_arch); local
252 struct fat_arch *archs = calloc(slices, sizeof(struct fat_arch));
253 require(slices == fread(archs, sizeof(struct fat_arch), slices, binary), out);
254 for (slice = 0; slice < slices; slice++) {
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dcodesign.c290 uint32_t slice, slices = ntohl(fat.nfat_arch); local
291 struct fat_arch *archs = calloc(slices, sizeof(struct fat_arch));
292 require(slices == fread(archs, sizeof(struct fat_arch), slices, binary), out);
293 for (slice = 0; slice < slices; slice++) {
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDraw.c381 int slices, sliceWidth, lastSliceWidth;
412 slices = rowBytes / maxRowBytes;
414 lastSliceRowBytes = rowBytes - (slices * maxRowBytes);
416 slices--;
420 lastSliceWidth = image->width - (sliceWidth * slices);
422 slices = 0;
430 if (slices) {
466 if (slices) {
470 } while (slices--);
497 slices
377 int slices, sliceWidth, lastSliceWidth; local
[all...]
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp382 const struct fat_arch* slices = (struct fat_arch*)(p + sizeof(struct fat_header)); local
385 if ( requestedSlice(onlyArchs, OSSwapBigToHostInt32(slices[i].cputype), OSSwapBigToHostInt32(slices[i].cpusubtype)) ) {
386 uint32_t fileOffset = OSSwapBigToHostInt32(slices[i].offset);
389 i, OSSwapBigToHostInt32(slices[i].cputype), path);
391 if ( (fileOffset+OSSwapBigToHostInt32(slices[i].size)) > stat_buf.st_size ) {
393 i, OSSwapBigToHostInt32(slices[i].cputype), path);
396 switch ( OSSwapBigToHostInt32(slices[i].cputype) ) {
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/vu/
H A Dpie.rb83 alias slices names
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtt-bench.pl306 slices:
/macosx-10.10/vim-55/runtime/syntax/
H A Dwml.vim78 syn keyword htmlArg contained onload oversrc pos select slices style

Completed in 306 milliseconds