Searched refs:ShadowMatrix (Results 1 – 6 of 6) sorted by relevance
57 class ShadowMatrix {65 ShadowMatrix(uint32 depth, double factor, uint32 background);67 ~ShadowMatrix();90 const ShadowMatrix& matrix);
224 ShadowMatrix::ShadowMatrix(uint32 depth, double factor, uint32 background) in ShadowMatrix() function in chrome_pdf::ShadowMatrix278 ShadowMatrix::~ShadowMatrix() { in ~ShadowMatrix()284 const ShadowMatrix& matrix) { in PaintShadow()317 const ShadowMatrix& matrix) { in DrawShadow()
11 public class ShadowMatrix { class
35 class ShadowMatrix; variable608 scoped_ptr<ShadowMatrix> page_shadow_;
2936 page_shadow_.reset(new ShadowMatrix(depth, factor, kBackgroundColor)); in DrawPageShadow()
245 ShadowMatrix.class, in getDefaultShadowClasses()733 public static ShadowMatrix shadowOf(Matrix other) { in shadowOf()734 return (ShadowMatrix) Robolectric.shadowOf_(other); in shadowOf()