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

1 2

  /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 67 SkScalar maxH = 0;
82 maxH = SkTMax(h, maxH);
87 y += maxH + 20.f;
88 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 67 SkScalar maxH = 0;
82 maxH = SkTMax(h, maxH);
87 y += maxH + 20.f;
88 maxH = 0;
hairlines.cpp 174 SkScalar maxH = 0;
187 canvas->translate(0, maxH + SkIntToScalar(kMargin));
189 maxH = 0;
204 maxH = SkMaxScalar(maxH, bounds.height());
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
FocusOverlayManager.java 421 final int maxH = previewHeight - areaHeight;
422 int top = maxH > 0 ? clamp(y - areaHeight / 2, 0, maxH) : 0;
  /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);
  /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...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 1214 milliseconds

1 2