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

  /external/skia/include/core/
SkDraw.h 83 enum RectType {
95 * Iff RectType == kStroke_RectType, then strokeSize is set to the device
98 static RectType ComputeRectType(const SkPaint&, const SkMatrix&,
  /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/skia/legacy/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/legacy/src/core/
SkDraw.cpp 683 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint,
686 RectType rtype;
725 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
    [all...]
  /external/skia/src/core/
SkDraw.cpp 808 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint,
811 RectType rtype;
853 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
    [all...]

Completed in 269 milliseconds