OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Transform
(Results
351 - 375
of
541
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/pdfium/xfa/fxfa/
fxfa_basic.h
913
Transform
,
/frameworks/native/libs/input/tests/
InputEvent_test.cpp
535
TEST_F(MotionEventTest,
Transform
) {
579
event.
transform
(matrix);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h
546
Status
Transform
(const Matrix *matrix);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as
135
/**
Transform
^(nil x) to x and nil to null */
/external/libjpeg-turbo/simd/
jfdctflt-3dn.asm
17
; (Discrete Cosine
Transform
). The following code is based directly on
jfdctflt-sse-64.asm
18
; (Discrete Cosine
Transform
). The following code is based directly on
jfdctflt-sse.asm
17
; (Discrete Cosine
Transform
). The following code is based directly on
jfdctfst-mmx.asm
17
; the forward DCT (Discrete Cosine
Transform
). The following code is
jfdctfst-sse2-64.asm
18
; the forward DCT (Discrete Cosine
Transform
). The following code is
jfdctfst-sse2.asm
17
; the forward DCT (Discrete Cosine
Transform
). The following code is
jidctflt-3dn.asm
17
; (Discrete Cosine
Transform
). The following code is based directly on
jidctflt-sse2-64.asm
18
; (Discrete Cosine
Transform
). The following code is based directly on
jidctfst-mmx.asm
17
; the inverse DCT (Discrete Cosine
Transform
). The following code is
jidctfst-sse2-64.asm
18
; the inverse DCT (Discrete Cosine
Transform
). The following code is
jidctfst-sse2.asm
17
; the inverse DCT (Discrete Cosine
Transform
). The following code is
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c
[
all
...]
/external/mesa3d/src/mesa/main/
context.c
[
all
...]
ffvertex_prog.c
217
if (ctx->
Transform
.Normalize)
220
if (ctx->
Transform
.RescaleNormals)
794
/*
Transform
to eye space:
[
all
...]
/external/pdfium/fpdfsdk/
fpdfview.cpp
894
CFX_PointF pos = device2page.
Transform
(CFX_PointF(
923
CFX_PointF pos = page2device.
Transform
(
[
all
...]
cpdfsdk_widget.cpp
849
page2device.
Transform
(CFX_PointF(rcDevice.left, rcDevice.bottom));
853
tmp = page2device.
Transform
(CFX_PointF(rcDevice.right, rcDevice.top));
[
all
...]
/external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp
162
CFX_PointF pos = matrix.
Transform
(CFX_PointF(
256
CFX_PointF pos = matrix.
Transform
(CFX_PointF(
349
CFX_PointF pos = matrix.
Transform
(CFX_PointF(
858
coords[i] = pObject2Bitmap->
Transform
(stream.ReadCoords());
[
all
...]
/external/mesa3d/src/mesa/drivers/common/
meta.c
451
/* Pausing
transform
feedback needs to be done early, or else we won't be
660
save->MatrixMode = ctx->
Transform
.MatrixMode;
661
/* set 1:1 vertex:pixel coordinate
transform
*/
680
save->ClipOrigin = ctx->
Transform
.ClipOrigin;
681
save->ClipDepthMode = ctx->
Transform
.ClipDepthMode;
688
save->ClipPlanesEnabled = ctx->
Transform
.ClipPlanesEnabled;
689
mask = ctx->
Transform
.ClipPlanesEnabled;
[
all
...]
/build/soong/java/
java.go
339
//
Transform
classes-full-debug.jar into classes-jarjar.jar
/external/webp/src/dsp/
dec_sse2.c
19
// The 3-coeff sparse
transform
in SSE2 is not really faster than the plain-C
31
static void
Transform
(const int16_t* in, uint8_t* dst, int do_two) {
52
// Load and concatenate the
transform
coefficients (we'll do two transforms
53
// in parallel). In the case of only one
transform
, the second half of the
146
// Add inverse
transform
to 'dst' and store.
169
// Add the inverse
transform
(s).
223
// Add the inverse
transform
.
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
range.go
289
//
Transform
string range statements like "for v1, v2 = range a" into
Completed in 1686 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>