HomeSort by relevance Sort by last modified time
    Searched full:recttype (Results 1 - 8 of 8) sorted by null

  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 82 static OMX_CONFIG_RECTTYPE recttype; variable
542 recttype.nWidth = CEILING2(encode_params->scaling_params->in2_w);
543 recttype.nHeight = CEILING2(encode_params->scaling_params->in2_h);
547 recttype.nLeft = encode_params->main_crop_offset->x;
548 recttype.nTop = encode_params->main_crop_offset->y;
552 recttype.nLeft = 0;
553 recttype.nTop = 0;
559 recttype.nPortIndex = 1;
560 OMX_SetConfig(pHandle, OMX_IndexConfigCommonInputCrop, &recttype);
565 recttype.nWidth = (encode_params->scaling_params->out2_w)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.h 85 template<typename RectType>
86 bool intersectsRect(const RectType&) const;
HitTestLocation.cpp 148 template<typename RectType>
149 bool HitTestLocation::intersectsRect(const RectType& rect) const
  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp 48 template <typename RectType>
49 int area(const RectType& rect) {
  /external/chromium_org/third_party/skia/include/core/
SkDraw.h 82 enum RectType {
94 * Iff RectType == kStroke_RectType, then strokeSize is set to the device
97 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
  /external/skia/include/core/
SkDraw.h 84 enum RectType {
96 * Iff RectType == kStroke_RectType, then strokeSize is set to the device
99 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp 809 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint,
812 RectType rtype;
854 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
    [all...]
  /external/skia/src/core/
SkDraw.cpp 810 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint,
813 RectType rtype;
855 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
    [all...]

Completed in 384 milliseconds