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

  /external/skia/src/gpu/
GrPaint.cpp 15 : fXPFactory(that.fXPFactory)
67 if (kClear == fXPFactory) {
74 if (kSrc == fXPFactory || (!fXPFactory && fColor.isOpaque())) {
GrPaint.h 82 fXPFactory = xpFactory;
123 const GrXPFactory* getXPFactory() const { return fXPFactory; }
154 const GrXPFactory* fXPFactory = nullptr;
  /external/skqp/src/gpu/
GrPaint.cpp 15 : fXPFactory(that.fXPFactory)
67 if (kClear == fXPFactory) {
74 if (kSrc == fXPFactory || (!fXPFactory && fColor.isOpaque())) {
GrPaint.h 82 fXPFactory = xpFactory;
123 const GrXPFactory* getXPFactory() const { return fXPFactory; }
154 const GrXPFactory* fXPFactory = nullptr;

Completed in 88 milliseconds