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

  /external/skia/include/core/
SkBitmap.h 463 inline SkPMColor getIndex8Color(int x, int y) const;
    [all...]
  /external/skia/src/core/
SkBitmapProcShader.cpp 264 *color = SkUnPreMultiply::PMColorToColor(bm.getIndex8Color(0, 0));
SkBitmapSampler.cpp 67 #define BITMAP_PIXEL_TO_PMCOLOR(bitmap, x, y) bitmap.getIndex8Color(x, y)
SkBitmap.cpp 632 SkPMColor c = this->getIndex8Color(x, y);
    [all...]

Completed in 72 milliseconds