Searched defs:ignoreGamma (Results 1 - 1 of 1) sorted by relevance
/external/skia/src/core/ |
H A D | SkPaint.cpp | 1613 const SkMatrix* deviceMatrix, bool ignoreGamma, 1618 if (ignoreGamma) { 1705 /* see the note on ignoreGamma on descriptorProc */ 1708 const SkMatrix* deviceMatrix, bool ignoreGamma) const { 1716 size_t descSize = fill_out_rec(*this, &rec, deviceProperties, deviceMatrix, ignoreGamma, 1732 * ignoreGamma tells us that the caller just wants metrics that are unaffected 1739 void* context, bool ignoreGamma) const { 1747 size_t descSize = fill_out_rec(*this, &rec, deviceProperties, deviceMatrix, ignoreGamma, 1766 bool ignoreGamma) const { 1768 this->descriptorProc(deviceProperties, deviceMatrix, DetachDescProc, &cache, ignoreGamma); 1611 fill_out_rec(const SkPaint& paint, SkScalerContext::Rec* rec, const SkDeviceProperties* deviceProperties, const SkMatrix* deviceMatrix, bool ignoreGamma, const SkPathEffect* pe, SkWriteBuffer* peBuffer, const SkMaskFilter* mf, SkWriteBuffer* mfBuffer, const SkRasterizer* ra, SkWriteBuffer* raBuffer) argument [all...] |
Completed in 68 milliseconds