HomeSort by relevance Sort by last modified time
    Searched refs:ShadowMatrix (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/pdf/
draw_utils.h 57 class ShadowMatrix {
65 ShadowMatrix(uint32 depth, double factor, uint32 background);
67 ~ShadowMatrix();
82 // Draw shadow on the image using provided ShadowMatrix.
90 const ShadowMatrix& matrix);
draw_utils.cc 224 ShadowMatrix::ShadowMatrix(uint32 depth, double factor, uint32 background)
278 ShadowMatrix::~ShadowMatrix() {
284 const ShadowMatrix& matrix) {
317 const ShadowMatrix& matrix) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMatrix.java 11 public class ShadowMatrix {
  /external/chromium_org/pdf/pdfium/
pdfium_engine.h 35 class ShadowMatrix;
608 scoped_ptr<ShadowMatrix> page_shadow_;
pdfium_engine.cc     [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 245 ShadowMatrix.class,
733 public static ShadowMatrix shadowOf(Matrix other) {
734 return (ShadowMatrix) Robolectric.shadowOf_(other);
    [all...]

Completed in 379 milliseconds