Searched refs:hasImage (Results 1 – 19 of 19) sorted by relevance
46 bool haveImage = m_image.hasImage(); in hasBorder()65 if (!m_image.hasImage() && (m_left.style() == BNONE || m_left.style() == BHIDDEN)) in borderLeftWidth()72 if (!m_image.hasImage() && (m_right.style() == BNONE || m_right.style() == BHIDDEN)) in borderRightWidth()79 if (!m_image.hasImage() && (m_top.style() == BNONE || m_top.style() == BHIDDEN)) in borderTopWidth()86 if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style() == BHIDDEN)) in borderBottomWidth()
156 bool hasImage() const in hasImage() function160 return m_next ? m_next->hasImage() : false; in hasImage()
75 …geValid() const { return image() && image()->cachedImage() && image()->cachedImage()->hasImage(); } in isImageValid()
69 bool hasImage() const { return m_data->image; } in hasImage() function
388 bool hasBackgroundImage() const { return m_background->background().hasImage(); } in hasBackgroundImage()406 return borderImage().hasImage() && borderImage().outset().nonZero(); in hasBorderImageOutsets()860 …() const { return rareNonInheritedData->m_mask.hasImage() || rareNonInheritedData->m_maskBoxImage.… in hasMask()
63 ASSERT_FALSE(cachedImage->hasImage()); in TEST()72 ASSERT_FALSE(cachedImage->hasImage()); in TEST()80 ASSERT_FALSE(cachedImage->hasImage()); in TEST()88 ASSERT_TRUE(cachedImage->hasImage()); in TEST()
58 bool hasImage() const { return m_image.get(); } in hasImage() function
201 if (m_imageResource->errorOccurred() || !m_imageResource->hasImage()) in updateIntrinsicSizeIfNeeded()312 if (!m_imageResource->hasImage() || m_imageResource->errorOccurred()) { in paintReplaced()375 } else if (m_imageResource->hasImage() && cWidth > 0 && cHeight > 0) { in paintReplaced()465 …if (!m_imageResource->hasImage() || m_imageResource->errorOccurred() || alignedRect.width() <= 0 |… in paintIntoRect()492 if (!m_imageResource->hasImage() || m_imageResource->errorOccurred()) in foregroundIsKnownToBeOpaqueInRect()
48 virtual bool hasImage() const { return true; } in hasImage() function
54 virtual bool hasImage() const { return m_cachedImage; } in hasImage() function
1189 if (bgLayer->hasImage() || c.isValid()) { in paintBackgroundsBehindCell()
1350 …if ((maskBoxImage && renderer()->style()->maskLayers()->hasImage()) || renderer()->style()->maskLa… in paintMask()
1564 if (!cachedImage->hasImage()) in isDirectlyCompositedImage()
1471 if (!fillLayer->next() && !fillLayer->hasImage()) { in backgroundHasOpaqueTopLayer()
75 if (renderSVGImage->imageResource()->hasImage()) { in currentFrameHasSingleSecurityOrigin()206 if (imageObj->imageResource()->hasImage()) in attach()
129 …nfo.context->paintingDisabled() || style()->visibility() == HIDDEN || !m_imageResource->hasImage()) in paint()
230 BOOL hasImage = model_->GetIconImage(info.icon_id) != nil;231 CGFloat xPosition = (hasImage ? kTextXPosition : kTextXPositionNoImage);235 if (hasImage) {
189 if (renderImageResource->hasImage()) in attach()
532 if (!image.hasImage()) in valueForNinePieceImage()