Searched refs:imageAreaWidthVal (Results 1 – 1 of 1) sorted by relevance
1334 CSSNumericValue imageAreaWidthVal; in startImageProcessing() local1342 imageAreaWidthVal = computeImageWidth(imageContext); in startImageProcessing()1345 if (imageAreaWidthVal == null || imageAreaHeightVal == null) in startImageProcessing()1373 buffer.append(imageAreaWidthVal.getType().getType()); in startImageProcessing()1420 imageAreaWidthVal = normalizedImageWidth; in startImageProcessing()1424 imageAreaWidthVal = normalizedImageWidth; in startImageProcessing()1432 …posX = CSSNumericValue.createValue(imageAreaWidthVal.getType(), (imageAreaWidthVal.getValue() - re… in startImageProcessing()1435 … imageAreaWidthVal = CSSNumericValue.createValue(imageAreaWidthVal.getType(), ret[0]); in startImageProcessing()1445 imageAreaWidthVal = image.getWidth(); in startImageProcessing()1463 if (imageAreaWidthVal != null) in startImageProcessing()[all …]
Completed in 18 milliseconds