Searched refs:heightInt (Results 1 – 2 of 2) sorted by relevance
113 int heightInt = attr->value().toInt(); in parseMappedAttribute() local114 if (heightInt > 0) // height="0" is ignored for compatibility with WinIE. in parseMappedAttribute()
729 int heightInt = size.height(); in imageTitle() local730 RetainPtr<CFNumberRef> height(AdoptCF, CFNumberCreate(0, kCFNumberIntType, &heightInt)); in imageTitle()