HomeSort by relevance Sort by last modified time
    Searched defs:maxH (Results 1 - 12 of 12) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_draw.cpp 71 void CJX_Draw::maxH(CFXJSE_Value* pValue,
cjx_subform.cpp 141 void CJX_Subform::maxH(CFXJSE_Value* pValue,
cjx_exclgroup.cpp 214 void CJX_ExclGroup::maxH(CFXJSE_Value* pValue,
cjx_field.cpp 443 void CJX_Field::maxH(CFXJSE_Value* pValue,
  /external/skia/gm/
dftext_blob_persp.cpp 62 SkScalar maxH = 0;
77 maxH = SkTMax(h, maxH);
82 y += maxH + 20.f;
83 maxH = 0;
hairlines.cpp 174 SkScalar maxH = 0;
187 canvas->translate(0, maxH + SkIntToScalar(kMargin));
189 maxH = 0;
204 maxH = SkMaxScalar(maxH, bounds.height());
  /external/skqp/gm/
dftext_blob_persp.cpp 64 SkScalar maxH = 0;
79 maxH = SkTMax(h, maxH);
84 y += maxH + 20.f;
85 maxH = 0;
hairlines.cpp 174 SkScalar maxH = 0;
187 canvas->translate(0, maxH + SkIntToScalar(kMargin));
189 maxH = 0;
204 maxH = SkMaxScalar(maxH, bounds.height());
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 192 const int maxH = targetH + 2*maxOutOfBounds;
195 const int height = rnd.getInt(minH, maxH);
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 504 int32_t maxH =
508 if (minH >= maxH || minV >= maxV)
511 for (int32_t i = minH; i < maxH; ++i)
517 nEndH = std::max(nEndH, maxH);
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.cpp 119 Optional<CXFA_Measurement> maxH =
120 pFormNode->JSObject()->TryMeasure(XFA_Attribute::MaxH, false);
121 if (maxH && maxH->GetValue() > XFA_LAYOUT_FLOAT_PERCISION) {
122 containerSize.height = maxH->ToUnit(XFA_Unit::Pt);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java     [all...]

Completed in 2375 milliseconds