Searched defs:xpsBrush (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp559 IXpsOMBrush** xpsBrush) {
565 HRM(solidBrush->QueryInterface<IXpsOMBrush>(xpsBrush), "QI Fail.");
633 IXpsOMTileBrush** xpsBrush) {
681 HRM(xpsImageBrush->QueryInterface(xpsBrush), "QI failed.");
807 HRM(clampBrush->QueryInterface(xpsBrush), "QI failed.");
813 HRM((*xpsBrush)->SetTransformLocal(xpsMatrixToUse.get()),
838 IXpsOMBrush** xpsBrush) {
891 HRM(gradientBrush->QueryInterface<IXpsOMBrush>(xpsBrush), "QI failed");
900 IXpsOMBrush** xpsBrush) {
968 HRM(gradientBrush->QueryInterface<IXpsOMBrush>(xpsBrush), "Q
557 createXpsSolidColorBrush(const SkColor skColor, const SkAlpha alpha, IXpsOMBrush** xpsBrush) argument
628 createXpsImageBrush( const SkBitmap& bitmap, const SkMatrix& localMatrix, const SkShader::TileMode (&xy)[2], const SkAlpha alpha, IXpsOMTileBrush** xpsBrush) argument
834 createXpsLinearGradient(SkShader::GradientInfo info, const SkAlpha alpha, const SkMatrix& localMatrix, IXpsOMMatrixTransform* xpsMatrix, IXpsOMBrush** xpsBrush) argument
896 createXpsRadialGradient(SkShader::GradientInfo info, const SkAlpha alpha, const SkMatrix& localMatrix, IXpsOMMatrixTransform* xpsMatrix, IXpsOMBrush** xpsBrush) argument
[all...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp560 IXpsOMBrush** xpsBrush) {
566 HRM(solidBrush->QueryInterface<IXpsOMBrush>(xpsBrush), "QI Fail.");
634 IXpsOMTileBrush** xpsBrush) {
682 HRM(xpsImageBrush->QueryInterface(xpsBrush), "QI failed.");
808 HRM(clampBrush->QueryInterface(xpsBrush), "QI failed.");
814 HRM((*xpsBrush)->SetTransformLocal(xpsMatrixToUse.get()),
839 IXpsOMBrush** xpsBrush) {
892 HRM(gradientBrush->QueryInterface<IXpsOMBrush>(xpsBrush), "QI failed");
901 IXpsOMBrush** xpsBrush) {
969 HRM(gradientBrush->QueryInterface<IXpsOMBrush>(xpsBrush), "Q
558 createXpsSolidColorBrush(const SkColor skColor, const SkAlpha alpha, IXpsOMBrush** xpsBrush) argument
629 createXpsImageBrush( const SkBitmap& bitmap, const SkMatrix& localMatrix, const SkShader::TileMode (&xy)[2], const SkAlpha alpha, IXpsOMTileBrush** xpsBrush) argument
835 createXpsLinearGradient(SkShader::GradientInfo info, const SkAlpha alpha, const SkMatrix& localMatrix, IXpsOMMatrixTransform* xpsMatrix, IXpsOMBrush** xpsBrush) argument
897 createXpsRadialGradient(SkShader::GradientInfo info, const SkAlpha alpha, const SkMatrix& localMatrix, IXpsOMMatrixTransform* xpsMatrix, IXpsOMBrush** xpsBrush) argument
[all...]

Completed in 49 milliseconds