HomeSort by relevance Sort by last modified time
    Searched refs:Invert (Results 1 - 25 of 75) sorted by null

1 2 3

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
Invert.java 28 public class Invert extends SimpleImageFilter {
42 public Invert(String name) {
48 return new NativeProgram("filterpack_imageproc", "invert");
  /external/v8/src/compiler/
operation-typer.h 65 ComparisonOutcome Invert(ComparisonOutcome);
66 Type* Invert(Type*);
typer.cc 256 static ComparisonOutcome Invert(ComparisonOutcome, Typer*);
257 static Type* Invert(Type*, Typer*);
384 Type* Typer::Visitor::Invert(Type* type, Typer* t) {
393 Typer::Visitor::ComparisonOutcome Typer::Visitor::Invert(
873 return Invert(JSEqualTyper(lhs, rhs, t), t);
910 return Invert(JSStrictEqualTyper(lhs, rhs, t), t);
967 return FalsifyUndefined(Invert(JSCompareTyper(rhs, lhs, t), t), t);
973 return FalsifyUndefined(Invert(JSCompareTyper(lhs, rhs, t), t), t);
    [all...]
  /external/dng_sdk/source/
dng_color_spec.cpp 58 dng_matrix_3by3 B = Invert (Mb) * A * Mb;
449 dng_matrix individualToReference = Invert (fAnalogBalance * cameraCalibration);
454 Invert (refCameraWhite.AsDiagonal ()) *
464 // Invert this PCS to camera matrix. Note that if there are more than three
467 fCameraToPCS = Invert (fPCStoCamera, reductionMatrix);
538 dng_xy_coord next = XYZtoXY (Invert (xyzToCamera) * neutral);
dng_matrix.h 293 dng_matrix Invert (const dng_matrix &A);
295 dng_matrix Invert (const dng_matrix &A,
dng_camera_profile.cpp 233 Invert (xyz.AsDiagonal ()) *
767 (void) Invert (fColorMatrix1,
775 (void) Invert (fColorMatrix1);
805 (void) Invert (fColorMatrix2,
813 (void) Invert (fColorMatrix2);
dng_matrix.cpp 1017 dng_matrix Invert (const dng_matrix &A)
1048 return Invert (B * A) * B;
1056 dng_matrix Invert (const dng_matrix &A,
1065 return Invert (A);
1074 return Invert (hint * A) * hint;
dng_shared.cpp     [all...]
  /external/mesa3d/src/mesa/main/
pixelstore.c 140 if (ctx->Pack.Invert == param)
143 ctx->Pack.Invert = param;
272 ctx->Pack.Invert = GL_FALSE;
285 ctx->Unpack.Invert = GL_FALSE;
305 ctx->DefaultPacking.Invert = GL_FALSE;
  /external/skia/src/gpu/
GrBlend.cpp 27 static MaskedColor Invert(const MaskedColor& in) {
91 return MaskedColor::Mul(MaskedColor::Invert(dst), value);
99 return MaskedColor::Mul(MaskedColor::Invert(src), value);
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
pose.h 28 void Invert() {
35 result.Invert();
  /external/skia/tests/
GrShapeTest.cpp 156 enum class Invert { kNo, kYes };
158 PathGeo(const SkPath& path, Invert invert) : fPath(path) {
160 if (Invert::kYes == invert) {
226 Invert invert)
227 : PathGeo(path, invert)
232 Invert invert)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_read.c 115 if (pack->Invert) {
  /external/pdfium/core/fpdfdoc/
cpdf_formcontrol.h 47 enum HighlightingMode { None = 0, Invert, Outline, Push, Toggle };
cpdf_formcontrol.cpp 191 return Invert;
198 return Invert;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 153 if (pack->Invert) {
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 502 bool Invert = !DefMI;
509 MachineOperand FalseReg = MI.getOperand(Invert ? 1 : 2);
526 if (Invert)
LanaiISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 318 Val = ~Val; // invert mask
577 /// two simpler comparisons. In this case, Invert is guaranteed to be false.
578 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert, int &Other) {
579 Invert = false;
591 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
593 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
595 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
596 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 570 bool Invert) const;
576 bool Invert = false) const;
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 198 Value *invert(Value *Condition);
200 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert);
377 /// \brief Invert the given condition
378 Value *StructurizeCFG::invert(Value *Condition) { function in class:StructurizeCFG
394 // Third: Check all the users for an invert
412 llvm_unreachable("Unhandled condition to invert");
417 bool Invert) {
418 Value *Cond = Invert ? BoolFalse : BoolTrue;
422 if (Idx != (unsigned)Invert)
423 Cond = invert(Cond)
    [all...]
  /external/webrtc/webrtc/base/
virtualsocketserver.h 189 static Function* Invert(Function* f);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 110 Status Invert()
  /external/libchrome/crypto/
p224.cc 243 // Invert calcuates *out = in**-1 by computing in**(2**224 - 2**96 - 1), i.e.
245 void Invert(FieldElement* out, const FieldElement& in) {
691 Invert(&zinv, this->z);
732 Invert(&zinv, in.z);
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]

Completed in 740 milliseconds

1 2 3