HomeSort by relevance Sort by last modified time
    Searched defs:Invert (Results 1 - 25 of 30) 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);
  /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/v8/src/compiler/
operation-typer.cc 375 Type* OperationTyper::Invert(Type* type) {
383 OperationTyper::ComparisonOutcome OperationTyper::Invert(
wasm-compiler.cc 426 return Invert(Binop(wasm::kExprI32Eq, left, right));
497 return Invert(Binop(wasm::kExprI64Eq, left, right));
552 return Invert(Binop(wasm::kExprF32Eq, left, right));
583 return Invert(Binop(wasm::kExprF64Eq, left, right));
    [all...]
typer.cc 234 static ComparisonOutcome Invert(ComparisonOutcome, Typer*);
235 static Type* Invert(Type*, Typer*);
351 Type* Typer::Visitor::Invert(Type* type, Typer* t) {
360 Typer::Visitor::ComparisonOutcome Typer::Visitor::Invert(
779 return Invert(JSEqualTyper(lhs, rhs, t), t);
816 return Invert(JSStrictEqualTyper(lhs, rhs, t), t);
873 return FalsifyUndefined(Invert(JSCompareTyper(rhs, lhs, t), t), t);
879 return FalsifyUndefined(Invert(JSCompareTyper(lhs, rhs, t), t), t);
    [all...]
  /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/libweave/third_party/chromium/crypto/
p224.cc 272 // Invert calcuates *out = in**-1 by computing in**(2**224 - 2**96 - 1), i.e.
274 void Invert(FieldElement* out, const FieldElement& in) {
720 Invert(&zinv, this->z);
761 Invert(&zinv, in.z);
  /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/webrtc/webrtc/base/
virtualsocketserver.cc 993 return Resample(Invert(Accumulate(f)), 0, 1, samples);
1029 VirtualSocketServer::Function* VirtualSocketServer::Invert(Function* f) {
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 924 enum HighlightingMode { None = 0, Invert, Outline, Push, Toggle };
  /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;
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty;
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 4905 milliseconds

1 2