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

  /external/pdfium/fxjs/xfa/
cjx_draw.h 25 JS_PROP(maxH);
cjx_subform.h 34 JS_PROP(maxH);
cjx_exclgroup.h 39 JS_PROP(maxH);
cjx_field.h 50 JS_PROP(maxH);
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/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 166 DEBUG(unsigned maxH = 0;
168 if (SUnits[su].getHeight() > maxH)
169 maxH = SUnits[su].getHeight();
170 dbgs() << "Max Height " << maxH << "\n";);
  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 233 int maxH = targetHeight + 2*maxOutOfBounds;
236 int height = rnd.getInt(minH, maxH);
glsFragOpInteractionCase.cpp 192 const int maxH = targetH + 2*maxOutOfBounds;
195 const int height = rnd.getInt(minH, maxH);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 209 LLVM_DEBUG(unsigned maxH = 0;
211 ++su) if (SUnits[su].getHeight() > maxH) maxH =
213 dbgs() << "Max Height " << maxH << "\n";);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java     [all...]
  /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...]
xfa_basic_data_element_script.cpp     [all...]

Completed in 1549 milliseconds