Searched refs:reflection (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoardViewDraw.mm455 - (void) setupPieceDrawing:(BOOL)white reflect:(BOOL)reflection alpha:(float)alpha
460 if (reflection)
493 - (void) drawPiece:(MBCPiece)piece at:(MBCPosition)pos scale:(float)scale reflect:(BOOL)reflection alpha:(float)alpha
495 [self setupPieceDrawing:!Color(piece) reflect:reflection alpha:alpha];
500 - (void) drawPiece:(MBCPiece)piece at:(MBCPosition)pos reflect:(BOOL)reflection alpha:(float)alpha
502 [self setupPieceDrawing:!Color(piece) reflect:reflection alpha:alpha];
507 - (void) drawPiece:(MBCPiece)piece at:(MBCPosition)pos reflect:(BOOL)reflection
509 [self setupPieceDrawing:!Color(piece) reflect:reflection alpha:1.0f];
522 - (void) drawPieces:(BOOL)reflection
538 [self drawPiece:piece at:pos reflect:reflection
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayer.cpp305 name.appendLiteral(" (reflection)");
479 // Go ahead and update the reflection's position and size.
816 // We don't update our reflection as scrolling is a translation which does not change the size()
1620 if (!layer->reflection() || layer->reflectionLayer() != curr)
1625 // If we have a reflection, then we need to account for that when we push the clip. Reflect our entire
1841 // Remove the child reflection layer before moving other child layers.
1842 // The reflection layer should not be moved to the parent.
1843 if (reflection())
3689 // Paint the reflection first if we have one.
5434 if (RenderLayer* reflection
[all...]
H A DRenderLayerCompositor.cpp687 // If we're removing backing on a reflection, clear the source GraphicsLayer's pointer to
688 // its replica GraphicsLayer. In practice this should never happen because reflectee and reflection
1058 // FIXME: Shouldn't we call computeCompositingRequirements to handle a reflection overlapping with another renderer?
1172 if (RenderLayer* reflection = layer->reflectionLayer()) {
1173 if (reflection->backing())
1174 reflection->backing()->updateCompositedBounds();
1428 if (RenderLayer* reflection = layer->reflectionLayer()) {
1429 if (reflection->backing())
1430 reflection->backing()->updateCompositedBounds();
1480 if (RenderLayer* reflection
[all...]
H A DRenderLayer.h365 RenderReplica* reflection() const { return m_reflection; } function in class:WebCore::RenderLayer
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DReleaseNotes.txt32 a reliable WSDL based upon reflection of somekind. Therefore, no WSDL can be
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DReleaseNotes.txt36 a reliable WSDL based upon reflection of somekind. Therefore, no WSDL can be
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DReleaseNotes.txt36 a reliable WSDL based upon reflection of somekind. Therefore, no WSDL can be
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.cpp2489 RefPtr<StyleReflection> reflection = StyleReflection::create();
2490 reflection->setDirection(*reflectValue->direction());
2492 reflection->setOffset(reflectValue->offset()->convertToLength<FixedIntegerConversion | PercentConversion | CalculatedConversion>(state.style(), state.rootElementStyle(), zoomFactor));
2496 reflection->setMask(mask);
2498 state.style()->setBoxReflect(reflection.release());
4122 if (StyleReflection* reflection = m_state.style()->boxReflect()) {
4123 const NinePieceImage& maskImage = reflection->mask();
4126 reflection->setMask(NinePieceImage(loadedImage.release(), maskImage.imageSlices(), maskImage.fill(), maskImage.borderSlices(), maskImage.outset(), maskImage.horizontalRule(), maskImage.verticalRule()));
H A DCSSComputedStyleDeclaration.cpp607 static PassRefPtr<CSSValue> valueForReflection(const StyleReflection* reflection, const RenderStyle* style) argument
609 if (!reflection)
613 if (reflection->offset().isPercent())
614 offset = cssValuePool().createValue(reflection->offset().percent(), CSSPrimitiveValue::CSS_PERCENTAGE);
616 offset = zoomAdjustedPixelValue(reflection->offset().value(), style);
619 switch (reflection->direction()) {
634 return CSSReflectValue::create(direction.release(), offset.release(), valueForNinePieceImage(reflection->mask()));
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpov.vim36 syn keyword povDescriptors ambient brilliance conserve_energy crand diffuse fresnel irid metallic phong phong_size refraction reflection reflection_exponent roughness specular
/macosx-10.9.5/CPANInternal-140/PathTools/t/lib/Test/
H A DBuilder.pm1195 'actual_ok' is a reflection of whether or not the test literally
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm1287 'actual_ok' is a reflection of whether or not the test literally
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DBuilder.pm2017 'actual_ok' is a reflection of whether or not the test literally

Completed in 308 milliseconds