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

1 2

  /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/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/pdfium/core/fpdfdoc/
cpdf_formcontrol.h 47 enum HighlightingMode { None = 0, Invert, Outline, Push, Toggle };
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 110 Status Invert()
  /external/dng_sdk/source/
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;
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 502 bool Invert = !DefMI;
509 MachineOperand FalseReg = MI.getOperand(Invert ? 1 : 2);
526 if (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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
ast.py 743 class Invert(Node):
755 return "Invert(%s)" % (repr(self.expr),)
    [all...]
  /external/python/cpython2/Lib/compiler/
ast.py 743 class Invert(Node):
755 return "Invert(%s)" % (repr(self.expr),)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 791 bool Invert = false;
803 Invert = true;
811 Invert = true;
829 if (Invert)
    [all...]
  /external/v8/src/compiler/
operation-typer.cc     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 743 class Invert(Node):
755 return "Invert(%s)" % (repr(self.expr),)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 743 class Invert(Node):
755 return "Invert(%s)" % (repr(self.expr),)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 743 class Invert(Node):
755 return "Invert(%s)" % (repr(self.expr),)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 743 class Invert(Node):
755 return "Invert(%s)" % (repr(self.expr),)
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp     [all...]
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 993 return Resample(Invert(Accumulate(f)), 0, 1, samples);
1029 VirtualSocketServer::Function* VirtualSocketServer::Invert(Function* f) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty;
  /external/python/cpython2/Include/
Python-ast.h 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty;
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 428 inline bool Invert() {
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty;

Completed in 5764 milliseconds

1 2