OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:transformation
(Results
151 - 175
of
1320
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h
172
* Reset the
transformation
type that is being use to perform alignment. Use this to change the alignment type at run time.
173
* \param homography_type the type of
transformation
to use for performing alignment (see definitions in \ref LMRobImageHomography)
186
* \param H computed
transformation
from reference to inspection coordinate frame. Identity is returned if no reference frame was set.
243
* Perform a linear polishing step by re-estimating the alignment
transformation
using the RANSAC inliers.
262
* Returns the
transformation
from the display reference to the alignment reference frame
266
* Returns the
transformation
from the display reference to the inspection reference frame
270
* Set the
transformation
from the display reference to the inspection reference frame
271
* \param H the
transformation
to set
281
* Estimate a secondary motion model starting from the specified
transformation
.
dbstabsmooth.cpp
94
// the output
transformation
223
// the output
transformation
271
// Only allow LF motion to be compensated. Remove HF motion from the output
transformation
/external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPartXPath.java
92
* variables, error handler and so on, so the
transformation
/XPath
122
* error handler and so on, so the
transformation
/XPath object itself
/external/bouncycastle/src/main/java/org/bouncycastle/openssl/
PEMUtilities.java
227
String
transformation
= alg + "/" + blockMode + "/" + padding;
local
231
Cipher c = Cipher.getInstance(
transformation
, provider);
/external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.h
33
// Helper functions for extension->browser pref
transformation
:
90
// Helper functions for browser->extension pref
transformation
:
/external/icu4c/samples/translit/
README.TXT
20
#
Transformation
Support
89
characters by applying a canonical denormalization
transformation
.
/external/jpeg/
coderules.doc
40
transformation
to feed prototype-less C compilers.
Transformation
is done
/external/qemu/distrib/jpeg-6b/
coderules.doc
40
transformation
to feed prototype-less C compilers.
Transformation
is done
/external/srec/srec/clib/
imeld_tr.c
42
** Note the matrix is the transpose of the
transformation
81
** Note the matrix is the transpose of the
transformation
/frameworks/base/graphics/java/android/graphics/
Camera.java
134
* Computes the matrix corresponding to the current
transformation
144
* Computes the matrix corresponding to the current
transformation
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TransformsAndAnimationsActivity.java
27
import android.view.animation.
Transformation
;
193
protected boolean getChildStaticTransformation(View child,
Transformation
t) {
/libcore/luni/src/main/java/java/net/
IDN.java
49
* <p>If the
transformation
fails (because the input is not a valid IDN), an
82
* <p>Unlike {@code toASCII}, this
transformation
cannot fail.
/external/bluetooth/glib/gobject/
gvalue.c
434
* Registers a value
transformation
function for use in g_value_transform().
435
* A previously registered
transformation
function for @src_type and @dest_type
456
g_warning ("reregistering value
transformation
function (%p) for `%s' to `%s'",
474
* Returns: %TRUE if the
transformation
is possible, %FALSE otherwise.
521
* Returns: Whether a
transformation
rule was found and could be applied.
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java
103
* to set the Result for the
transformation
.
324
* during the course of the
transformation
.
528
* Add a parameter for the
transformation
.
566
* the
transformation
process.
621
* Set the output properties for the
transformation
. These
641
* for the
transformation
.
674
* Get a copy of the output properties for the
transformation
.
692
* effect the properties that the
transformation
contains.</p>
699
* for the next
transformation
.
711
*
transformation
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp
235
static void drawPolygons(HDC dc, const Vector<PathPolygon>& polygons, bool fill, const AffineTransform*
transformation
)
250
if (
transformation
) {
252
FloatPoint trPoint =
transformation
->mapPoint(i->at(i2));
573
void PlatformPath::strokePath(HDC dc, const AffineTransform*
transformation
) const
575
drawPolygons(dc, m_subpaths, false,
transformation
);
578
void PlatformPath::fillPath(HDC dc, const AffineTransform*
transformation
) const
581
drawPolygons(dc, m_subpaths, true,
transformation
);
/cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java
44
import android.view.animation.
Transformation
;
149
Transformation
t = new
Transformation
();
/external/icu4c/common/
udataswp.h
35
* Function type for data
transformation
.
68
*
transformation
and function pointers for handling primitive
77
* If length>=0 (
transformation
), then the output buffer must
/external/libxslt/libxslt/
attrvt.c
2
* attrvt.c: Implementation of the XSL
Transformation
1.0 engine
168
* to process it at
transformation
time.
349
* @ctxt: the XSLT
transformation
context
/external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp
65
/// Hold the state used during post-inc expression
transformation
, including a
90
/// Implement post-inc
transformation
for all valid expression types.
195
/// Manage recursive
transformation
across an expression DAG. Revisiting
/external/llvm/lib/Transforms/Utils/
LCSSA.cpp
25
//
transformation
is that it makes many other loop optimizations, such as
62
/// This
transformation
requires natural loop information & requires that
198
++NumLCSSA; // We are applying the
transformation
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
94
// the output
transformation
223
// the output
transformation
271
// Only allow LF motion to be compensated. Remove HF motion from the output
transformation
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Layer.java
22
// start with identity matrix for
transformation
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeRewriter.cs
132
/** Override this if you need
transformation
tracing to go somewhere
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeRewriter.java
99
/** Override this if you need
transformation
tracing to go somewhere
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespaceSupport.java
29
* namespace the stylesheet uses. At the beginning of a
transformation
, TransformerImpl generates
Completed in 1276 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>