Home
last modified time | relevance | path

Searched defs:targetOffset (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEConvolveMatrix.cpp38 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, in FEConvolveMatrix()
53 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, in create()
107 IntPoint FEConvolveMatrix::targetOffset() const in targetOffset() function in WebCore::FEConvolveMatrix
112 bool FEConvolveMatrix::setTargetOffset(const IntPoint& targetOffset) in setTargetOffset()
/external/proguard/src/proguard/optimize/peephole/
DGotoReturnReplacer.java83 int targetOffset = offset + branchInstruction.branchOffset; in visitBranchInstruction() local
DGotoGotoReplacer.java85 int targetOffset = offset + branchOffset; in visitBranchInstruction() local
DGotoCommonCodeReplacer.java107 int targetOffset = offset + branchOffset; in visitBranchInstruction() local
DBranchTargetFinder.java556 int targetOffset = offset + branchInstruction.branchOffset; in visitBranchInstruction() local
639 int targetOffset = offset + jumpOffset; in markBranchTarget() local
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DByteStringMicro.java139 final int targetOffset, in copyTo()
/external/protobuf/java/src/main/java/com/google/protobuf/
DByteString.java191 final int targetOffset, in copyTo()
/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes.cpp44 #define RECORD_JUMP_TARGET(targetOffset) \ argument