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_page.cpp187 if (fillAlpha != other.fillAlpha) in operator <()
188 return fillAlpha < other.fillAlpha; in operator <()
Dcpdf_pageobjectholder.h33 float fillAlpha; member
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp289 graphD.fillAlpha = pPageObj->m_GeneralState.GetFillAlpha(); in ProcessGraphics()
292 if (graphD.fillAlpha == 1.0f && graphD.strokeAlpha == 1.0f && in ProcessGraphics()
304 if (graphD.fillAlpha != 1.0f) in ProcessGraphics()
305 gsDict->SetNewFor<CPDF_Number>("ca", graphD.fillAlpha); in ProcessGraphics()
329 defaultGraphics.fillAlpha = 1.0f; in ProcessDefaultGraphics()
338 gsDict->SetNewFor<CPDF_Number>("ca", defaultGraphics.fillAlpha); in ProcessDefaultGraphics()