Home
last modified time | relevance | path

Searched refs:fillAlpha (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java59 float fillAlpha; field in ShadowVectorDrawable.Path
103 propertiesBB.putFloat(FILL_ALPHA_INDEX * 4, path.fillAlpha); in nGetFullPathProperties()
122 float fillAlpha, in nUpdateFullPathProperties() argument
135 path.fillAlpha = fillAlpha; in nUpdateFullPathProperties()
/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobjectholder.cpp22 if (!FXSYS_SafeEQ(fillAlpha, other.fillAlpha)) in operator <()
23 return FXSYS_SafeLT(fillAlpha, other.fillAlpha); in operator <()
Dcpdf_pageobjectholder.h33 float fillAlpha; member
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp426 graphD.fillAlpha = pPageObj->m_GeneralState.GetFillAlpha(); in ProcessGraphics()
429 if (graphD.fillAlpha == 1.0f && graphD.strokeAlpha == 1.0f && in ProcessGraphics()
440 if (graphD.fillAlpha != 1.0f) in ProcessGraphics()
441 gsDict->SetNewFor<CPDF_Number>("ca", graphD.fillAlpha); in ProcessGraphics()
468 defaultGraphics.fillAlpha = 1.0f; in GetOrCreateDefaultGraphics()
479 gsDict->SetNewFor<CPDF_Number>("ca", defaultGraphics.fillAlpha); in GetOrCreateDefaultGraphics()