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

  /external/skia/include/gpu/effects/
GrPorterDuffXferProcessor.h 39 const GrPorterDuffXPFactory& xpf = xpfBase.cast<GrPorterDuffXPFactory>(); variable
40 return (fSrcCoeff == xpf.fSrcCoeff && fDstCoeff == xpf.fDstCoeff);
GrCoverageSetOpXP.h 49 const GrCoverageSetOpXPFactory& xpf = xpfBase.cast<GrCoverageSetOpXPFactory>(); variable
50 return fRegionOp == xpf.fRegionOp;
  /external/skia/src/effects/
SkArithmeticMode_gpu.h 102 const GrArithmeticXPFactory& xpf = xpfBase.cast<GrArithmeticXPFactory>(); variable
103 if (fK1 != xpf.fK1 ||
104 fK2 != xpf.fK2 ||
105 fK3 != xpf.fK3 ||
106 fK4 != xpf.fK4 ||
107 fEnforcePMColor != xpf.fEnforcePMColor) {
SkArithmeticMode.cpp 250 bool SkArithmeticMode_scalar::asXPFactory(GrXPFactory** xpf) const {
251 if (xpf) {
252 *xpf = GrArithmeticXPFactory::Create(SkScalarToFloat(fK[0]),
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 164 XPathFactory xpf; local
173 xpf = createInstance(r);
174 if(xpf!=null) return xpf;
188 xpf = createInstance(factoryClassName);
189 if(xpf != null){
190 return xpf;
203 xpf = loadFromServicesFile(uri, resource.toExternalForm(), resource.openStream());
204 if(xpf!=null) return xpf;
    [all...]
  /external/skia/src/gpu/effects/
GrCustomXfermodePriv.h 81 const GrCustomXPFactory& xpf = xpfBase.cast<GrCustomXPFactory>(); variable
82 return fMode == xpf.fMode;
  /external/libexif/doc/
Makefile.am 55 | (cd "$(DESTDIR)$(docdir)" && tar xpf -)
70 | (cd "$(DESTDIR)$(docdir)" && tar xpf -)
  /external/skia/tests/
GLProgramsTest.cpp 141 SkAutoTUnref<const GrXPFactory> xpf(
143 SkASSERT(xpf);
144 pipelineBuilder->setXPFactory(xpf.get());
  /external/skia/include/core/
SkXfermode.h 215 to call this with xpf NULL to simply test the return value. If xpf is non-NULL then the
216 xfermode may optionally allocate a factory to return to the caller as *xpf. The caller
217 will install it and own a ref to it. Since the xfermode may or may not assign *xpf, the
218 caller should set *xpf to NULL beforehand. XferProcessors cannot use a background texture.
220 virtual bool asXPFactory(GrXPFactory** xpf) const;
224 kSrcOver_Mode. It is legal to call this with xpf param NULL to simply test the return value.
  /external/skia/src/core/
SkXfermode.cpp 682 bool SkXfermode::AsXPFactory(SkXfermode* xfermode, GrXPFactory** xpf) {
684 if (xpf) {
685 *xpf = GrPorterDuffXPFactory::Create(kSrcOver_Mode);
689 return xfermode->asXPFactory(xpf);
693 bool SkXfermode::AsXPFactory(SkXfermode* xfermode, GrXPFactory** xpf) {
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 263 milliseconds