Lines Matching refs:HR
179 HR(this->createId(id, GUID_ID_LEN)); in createXpsThumbnail()
567 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in sideOfClamp()
570 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in sideOfClamp()
590 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in cornerOfClamp()
593 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in cornerOfClamp()
596 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush)); in cornerOfClamp()
643 HR(this->createId(id, GUID_ID_LEN)); in createXpsImageBrush()
694 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, ¢ralFigure)); in createXpsImageBrush()
697 HR(this->createPath(centralFigure.get(), in createXpsImageBrush()
712 HR(this->sideOfClamp(leftArea, leftImageViewBox, in createXpsImageBrush()
721 HR(this->sideOfClamp(rightArea, rightImageViewBox, in createXpsImageBrush()
733 HR(this->sideOfClamp(topArea, topImageViewBox, in createXpsImageBrush()
742 HR(this->sideOfClamp(bottomArea, bottomImageViewBox, in createXpsImageBrush()
753 HR(this->cornerOfClamp(tlArea, tlColor, brushVisuals.get())); in createXpsImageBrush()
757 HR(this->cornerOfClamp(trArea, trColor, brushVisuals.get())); in createXpsImageBrush()
762 HR(this->cornerOfClamp(brArea, brColor, brushVisuals.get())); in createXpsImageBrush()
766 HR(this->cornerOfClamp(blArea, blColor, brushVisuals.get())); in createXpsImageBrush()
803 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsImageBrush()
845 HR(createXpsGradientStop(info.fColors[0], in createXpsLinearGradient()
850 HR(createXpsGradientStop(info.fColors[1], in createXpsLinearGradient()
871 HR(createXpsGradientStop(info.fColors[i], in createXpsLinearGradient()
894 HR(createXpsGradientStop(info.fColors[0], in createXpsRadialGradient()
899 HR(createXpsGradientStop(info.fColors[1], in createXpsRadialGradient()
948 HR(createXpsGradientStop(info.fColors[i], in createXpsRadialGradient()
970 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush()
990 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush()
996 HR(this->createXpsSolidColorBrush(color, 0xFF, brush)); in createXpsBrush()
1009 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush()
1018 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsBrush()
1021 HR(this->createXpsLinearGradient(info, in createXpsBrush()
1030 HR(this->createXpsRadialGradient(info, in createXpsBrush()
1059 HR(this->createXpsImageBrush(outTexture, in createXpsBrush()
1067 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush()
1304 HR(close_figure(segmentTypes, segmentData, segmentStrokes, in addXpsPathGeometry()
1370 HR(close_figure(segmentTypes, segmentData, segmentStrokes, in addXpsPathGeometry()
1422 HR(this->createXpsImageBrush(bm, m, xy, 0xFF, &maskBrush)); in applyMask()
1434 HR(this->clip(shadedPath)); in applyMask()
1463 HR(this->createXpsBrush(shaderPaint, &fillBrush, &matrix)); in shadePath()
1471 HR(this->createXpsBrush(shaderPaint, &strokeBrush, &matrix)); in shadePath()
1716 HR(this->addXpsPathGeometry( in clipToPath()
1759 HR(this->createId(id, GUID_ID_LEN)); in CreateTypefaceUse()
1817 HR(this->createXpsTransform(transform, &xpsMatrixToUse)); in AddGlyphs()
1844 HR(this->createXpsBrush( in AddGlyphs()
1864 HR(this->clip(glyphs.get())); in AddGlyphs()
1877 HR(this->clip(glyphCanvas.get())); in AddGlyphs()