Lines Matching refs:HR
190 HR(this->createId(id, GUID_ID_LEN)); in createXpsThumbnail()
572 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in sideOfClamp()
575 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in sideOfClamp()
595 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in cornerOfClamp()
598 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in cornerOfClamp()
601 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush)); in cornerOfClamp()
646 HR(this->createId(id, GUID_ID_LEN)); in createXpsImageBrush()
697 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, ¢ralFigure)); in createXpsImageBrush()
700 HR(this->createPath(centralFigure.get(), in createXpsImageBrush()
715 HR(this->sideOfClamp(leftArea, leftImageViewBox, in createXpsImageBrush()
724 HR(this->sideOfClamp(rightArea, rightImageViewBox, in createXpsImageBrush()
736 HR(this->sideOfClamp(topArea, topImageViewBox, in createXpsImageBrush()
745 HR(this->sideOfClamp(bottomArea, bottomImageViewBox, in createXpsImageBrush()
756 HR(this->cornerOfClamp(tlArea, tlColor, brushVisuals.get())); in createXpsImageBrush()
760 HR(this->cornerOfClamp(trArea, trColor, brushVisuals.get())); in createXpsImageBrush()
765 HR(this->cornerOfClamp(brArea, brColor, brushVisuals.get())); in createXpsImageBrush()
769 HR(this->cornerOfClamp(blArea, blColor, brushVisuals.get())); in createXpsImageBrush()
806 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsImageBrush()
848 HR(createXpsGradientStop(info.fColors[0], in createXpsLinearGradient()
853 HR(createXpsGradientStop(info.fColors[1], in createXpsLinearGradient()
874 HR(createXpsGradientStop(info.fColors[i], in createXpsLinearGradient()
897 HR(createXpsGradientStop(info.fColors[0], in createXpsRadialGradient()
902 HR(createXpsGradientStop(info.fColors[1], in createXpsRadialGradient()
951 HR(createXpsGradientStop(info.fColors[i], in createXpsRadialGradient()
973 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush()
993 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush()
999 HR(this->createXpsSolidColorBrush(color, 0xFF, brush)); in createXpsBrush()
1012 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush()
1021 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsBrush()
1024 HR(this->createXpsLinearGradient(info, in createXpsBrush()
1033 HR(this->createXpsRadialGradient(info, in createXpsBrush()
1062 HR(this->createXpsImageBrush(outTexture, in createXpsBrush()
1070 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush()
1314 HR(close_figure(segmentTypes, segmentStrokes, segmentData, in addXpsPathGeometry()
1380 HR(close_figure(segmentTypes, segmentStrokes, segmentData, in addXpsPathGeometry()
1432 HR(this->createXpsImageBrush(bm, m, xy, 0xFF, &maskBrush)); in applyMask()
1444 HR(this->clip(shadedPath)); in applyMask()
1473 HR(this->createXpsBrush(shaderPaint, &fillBrush, &matrix)); in shadePath()
1481 HR(this->createXpsBrush(shaderPaint, &strokeBrush, &matrix)); in shadePath()
1722 HR(this->addXpsPathGeometry( in clipToPath()
1773 HR(this->createId(id, GUID_ID_LEN));
1834 HR(this->createXpsTransform(transform, &xpsMatrixToUse));
1861 HR(this->createXpsBrush(
1881 HR(this->clip(glyphs.get()));
1894 HR(this->clip(glyphCanvas.get()));