Searched defs:transform (Results 151 - 175 of 452) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/utils/
H A DSkSHA1.cpp16 static void transform(uint32_t state[5], const uint8_t block[64]);
41 transform(this->state, this->buffer);
48 transform(this->state, &input[inputIndex]);
123 static void transform(uint32_t state[5], const uint8_t block[64]) { function
/external/chromium_org/ui/compositor/test/
H A Dtest_layer_animation_delegate.cc35 const gfx::Transform& transform) {
36 transform_ = transform;
34 SetTransformFromAnimation( const gfx::Transform& transform) argument
/external/chromium_org/ui/gl/
H A Dgl_image_memory.cc183 OverlayTransform transform,
181 ScheduleOverlayPlane(gfx::AcceleratedWidget widget, int z_order, OverlayTransform transform, const Rect& bounds_rect, const RectF& crop_rect) argument
/external/eigen/bench/
H A Dgeometry.cpp25 EIGEN_DONT_INLINE void transform(const Transformation& t, Data& data) function
33 EIGEN_DONT_INLINE void transform(const Quaternion<Scalar>& t, Data& data) function
50 EIGEN_DONT_INLINE void transform(const ToRotationMatrixWrapper<QType>& t, Data& data) function
58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data) function
76 BENCH(timer,10,100000,transform(t,data));
/external/fonttools/Lib/fontTools/misc/
H A Dtransform.py71 """2x2 transformation matrix plus offset, a.k.a. Affine transform.
135 return self.transform((1, 0, 0, 1, x, y))
151 return self.transform((x, 0, 0, y, 0, 0))
166 return self.transform((c, s, -s, c, 0, 0))
179 return self.transform((1, math.tan(y), math.tan(x), 1, 0, 0))
181 def transform(self, other): member in class:Transform
187 >>> t.transform((4, 3, 2, 1, 5, 6))
204 other.transform(self).
210 >>> Transform(4, 3, 2, 1, 5, 6).transform((2, 0, 0, 3, 1, 6))
/external/fonttools/Tools/fontTools/misc/
H A Dtransform.py71 """2x2 transformation matrix plus offset, a.k.a. Affine transform.
135 return self.transform((1, 0, 0, 1, x, y))
151 return self.transform((x, 0, 0, y, 0, 0))
166 return self.transform((c, s, -s, c, 0, 0))
179 return self.transform((1, math.tan(y), math.tan(x), 1, 0, 0))
181 def transform(self, other): member in class:Transform
187 >>> t.transform((4, 3, 2, 1, 5, 6))
204 other.transform(self).
210 >>> Transform(4, 3, 2, 1, 5, 6).transform((2, 0, 0, 3, 1, 6))
/external/freetype/include/internal/
H A Dftgloadr.h63 FT_Matrix transform; member in struct:FT_SubGlyphRec_
/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableMap.java233 @Override K transform(Entry<K, V> element) { method in class:RegularImmutableMap.KeySet
/external/icu/icu4c/source/test/intltest/
H A Dnptrans.cpp38 NamePrepTransform* transform = new NamePrepTransform(parseError, status); local
40 delete transform;
43 return transform;
/external/jpeg/
H A Djpegtran.c91 select_transform (JXFORM_CODE transform) argument
92 /* Silly little routine to detect multiple transform options,
97 if (transformoption.transform == JXFORM_NONE ||
98 transformoption.transform == transform) {
99 transformoption.transform = transform;
134 transformoption.transform = JXFORM_NONE;
301 /* Trim off any partial edge MCUs that the transform can't handle. */
442 /* Any space needed by a transform optio
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c317 struct vs_transform_context transform; local
327 memset(&transform, 0, sizeof(transform));
328 for (i = 0; i < Elements(transform.out_remap); i++) {
329 transform.out_remap[i] = i;
331 transform.last_generic = -1;
332 transform.base.transform_instruction = transform_inst;
333 transform.base.transform_declaration = transform_decl;
341 transform.color_used[index] = TRUE;
346 transform
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa.h35 } transform; member in struct:exa_context
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DAbstractClassFilterTransformer.java16 package org.mockito.cglib.transform;
H A DClassVisitorTee.java16 package org.mockito.cglib.transform;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DFieldProviderTransformer.java16 package org.mockito.cglib.transform.impl;
24 import org.mockito.cglib.transform.*;
32 TypeUtils.parseType("org.mockito.cglib.transform.impl.FieldProvider");
H A DInterceptFieldTransformer.java16 package org.mockito.cglib.transform.impl;
25 import org.mockito.cglib.transform.*;
33 TypeUtils.parseType("org.mockito.cglib.transform.impl.InterceptFieldCallback");
35 TypeUtils.parseType("org.mockito.cglib.transform.impl.InterceptFieldEnabled");
/external/openssl/crypto/dso/
H A Ddso_dl.c327 int len, rsize, transform; local
331 transform = (strstr(filename, "/") == NULL);
345 if(transform)
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftgloadr.h63 FT_Matrix transform; member in struct:FT_SubGlyphRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftgloadr.h63 FT_Matrix transform; member in struct:FT_SubGlyphRec_
/external/pixman/demos/
H A Dradial-test.c140 pixman_transform_t transform; local
152 pixman_transform_init_identity (&transform);
161 pixman_transform_translate (NULL, &transform,
165 pixman_transform_scale (NULL, &transform,
173 * radial gradients tried to divide by 0 when using this transform
176 pixman_transform_translate (NULL, &transform,
183 pixman_image_set_transform (src_img, &transform);
/external/pixman/test/
H A Dscaling-crash-test.c9 * and some transform which results in nearest neighbour scaling.
32 pixman_transform_t transform; local
73 pixman_transform_init_scale (&transform, scale_x, scale_y);
74 pixman_image_set_transform (src_img, &transform);
/external/qemu/distrib/jpeg-6b/
H A Djpegtran.c91 select_transform (JXFORM_CODE transform) argument
92 /* Silly little routine to detect multiple transform options,
97 if (transformoption.transform == JXFORM_NONE ||
98 transformoption.transform == transform) {
99 transformoption.transform = transform;
134 transformoption.transform = JXFORM_NONE;
301 /* Trim off any partial edge MCUs that the transform can't handle. */
442 /* Any space needed by a transform optio
[all...]
/external/skia/src/core/
H A DSkRRect.cpp316 bool SkRRect::transform(const SkMatrix& matrix, SkRRect* dst) const { function in class:SkRRect
331 // If transform supported 90 degree rotations (which it could), we could
/external/skia/src/effects/
H A DSkMatrixImageFilter.cpp18 SkMatrixImageFilter::SkMatrixImageFilter(const SkMatrix& transform, argument
22 fTransform(transform),
26 SkMatrixImageFilter* SkMatrixImageFilter::Create(const SkMatrix& transform, argument
29 return SkNEW_ARGS(SkMatrixImageFilter, (transform, filterLevel, input));
/external/skia/src/gpu/
H A DGrEffect.cpp86 void GrEffect::addCoordTransform(const GrCoordTransform* transform) { argument
87 fCoordTransforms.push_back(transform);
88 SkDEBUGCODE(transform->setInEffect();)

Completed in 7273 milliseconds

1234567891011>>