HomeSort by relevance Sort by last modified time
    Searched refs:Transform (Results 201 - 225 of 388) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
XEquivalenceClass.java 19 import android.icu.text.Transform;
264 public static <T,R> String toString(List<Linkage<T,R>> others, Transform<Linkage<T,R>,String> itemTransform) {
267 result.append(itemTransform == null ? item.toString() : itemTransform.transform(item));
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
XEquivalenceClass.java 18 import com.ibm.icu.text.Transform;
263 public static <T,R> String toString(List<Linkage<T,R>> others, Transform<Linkage<T,R>,String> itemTransform) {
266 result.append(itemTransform == null ? item.toString() : itemTransform.transform(item));
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 86 matrix.Transform(x, y);
186 matrix.Transform(x, y);
284 matrix.Transform(x, y);
802 pObject2Bitmap->Transform(coords[i].x, coords[i].y);
859 rect.Transform(pMatrix);
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 345 bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation);
352 bool useIdentityTransform, Transform::orientation_flags rotation,
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h 196 inline Hyperplane& transform(const MatrixBase<XprType>& mat, TransformTraits traits = Affine) function in class:Eigen::Hyperplane
204 ei_assert("invalid traits value in Hyperplane::transform()");
216 inline Hyperplane& transform(const Transform<Scalar,AmbientDimAtCompileTime>& t, function in class:Eigen::Hyperplane
219 transform(t.linear(), traits);
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 218 inline Hyperplane& transform(const MatrixBase<XprType>& mat, TransformTraits traits = Affine) function in class:Eigen::Hyperplane
226 eigen_assert(0 && "invalid traits value in Hyperplane::transform()");
239 inline Hyperplane& transform(const Transform<Scalar,AmbientDimAtCompileTime,Affine,TrOptions>& t, function in class:Eigen::Hyperplane
242 transform(t.linear(), traits);
  /external/eigen/test/eigen2/
eigen2_geometry.cpp 18 Cross.h Quaternion.h, Transform.cpp
29 typedef Transform<Scalar,2> Transform2;
30 typedef Transform<Scalar,3> Transform3;
132 // Transform
183 // More transform constructors, operator=, operator*=
223 // matrix * transform
226 // chained Transform product
229 // check that Transform product doesn't have aliasing problems
250 // Transform - new API
288 // transform * quaternio
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 50 if (ctx->Transform.DepthClamp) {
brw_clip.c 154 key.nr_userclip = _mesa_bitcount_64(ctx->Transform.ClipPlanesEnabled);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 961 ClipPath.Transform(&form_matrix);
963 ClipPath.Transform(pParentMatrix);
965 form_bbox.Transform(&form_matrix);
967 form_bbox.Transform(pParentMatrix);
  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 61 new_matrix.Transform(ori_x, ori_y);
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 166 pMatrix->Transform(m_pPoints[old_count + i].m_PointX,
386 void CFX_PathData::Transform(const CFX_Matrix* pMatrix) {
391 pMatrix->Transform(m_pPoints[i].m_PointX, m_pPoints[i].m_PointY);
595 pMatrix->Transform(m_pPoints[i].m_PointX, m_pPoints[i].m_PointY, x[i],
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Signature.cpp 33 pUser2Device->Transform(rcClient.left, rcClient.top, x, y);
PWL_EditCtrl.cpp 53 mt.Transform(point1.x, point1.y);
54 mt.Transform(point2.x, point2.y);
  /external/pdfium/third_party/lcms2-2.6/src/
cmsxform.c 76 // The adaptation state may be defaulted by this function. If you don't like it, use the extended transform routine
146 // Get rid of transform resources
174 // Apply transform.
175 void CMSEXPORT cmsDoTransform(cmsHTRANSFORM Transform,
181 _cmsTRANSFORM* p = (_cmsTRANSFORM*) Transform;
187 // Apply transform.
188 void CMSEXPORT cmsDoTransformStride(cmsHTRANSFORM Transform,
194 _cmsTRANSFORM* p = (_cmsTRANSFORM*) Transform;
200 // Transform routines ----------------------------------------------------------------------------------------------------------
460 // List of used-defined transform factorie
    [all...]
  /external/v8/src/interpreter/
bytecode-peephole-optimizer.cc 187 last->Transform(new_bytecode, current->operand(0));
198 // perform this transform as the store to the register will
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/contacts/
ContactSolver.java 34 import org.jbox2d.common.Transform;
217 private final Transform xfA = new Transform();
218 private final Transform xfB = new Transform();
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 767 pMatrix->Transform(posx, posy);
786 pMatrix->Transform(posx, posy);
793 pMatrix->Transform(posx, posy);
862 bbox_f.Transform(pMatrix);
919 pMatrix->Transform(x1, y1);
923 pMatrix->Transform(x2, y2);
    [all...]
fx_win32_print.cpp 190 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
207 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
  /external/mesa3d/src/mesa/main/
get.c 566 { GL_CLIP_DISTANCE0, CONTEXT_BIT0(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
567 { GL_CLIP_DISTANCE1, CONTEXT_BIT1(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
568 { GL_CLIP_DISTANCE2, CONTEXT_BIT2(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
569 { GL_CLIP_DISTANCE3, CONTEXT_BIT3(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
570 { GL_CLIP_DISTANCE4, CONTEXT_BIT4(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
571 { GL_CLIP_DISTANCE5, CONTEXT_BIT5(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
572 { GL_CLIP_DISTANCE6, CONTEXT_BIT6(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
573 { GL_CLIP_DISTANCE7, CONTEXT_BIT7(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
596 { GL_MATRIX_MODE, CONTEXT_ENUM(Transform.MatrixMode), NO_EXTRA },
603 { GL_NORMALIZE, CONTEXT_BOOL(Transform.Normalize), NO_EXTRA }
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 275 matrix_reverse.Transform(orgX, orgY);
283 matrix.Transform(xPosTemp, rect.bottom);
295 matrix.Transform(xPosTemp, rect.top);
    [all...]
  /external/ImageMagick/www/api/
fourier.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Fourier Transform</title>
12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, fourier, transform, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
90 <p>ForwardFourierTransformImage() implements the discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair.</p>
111 <dd>if true, return as transform as a magnitude / phase pair otherwise a real / imaginary image pair. </dd>
121 <p>InverseFourierTransformImage() implements the inverse discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair.</p>
147 <dd>if true, return transform as a magnitude / phase pair otherwise a real / imaginary image pair. </dd>
  /frameworks/base/packages/SystemUI/tests/
Android.mk 76 # Transform java file names into full class names.

Completed in 1287 milliseconds

1 2 3 4 5 6 7 891011>>