/external/proguard/src/proguard/gui/splash/ |
D | TextSprite.java | 33 private final VariableInt spacing; field in TextSprite 62 VariableInt spacing, in TextSprite()
|
/external/e2fsprogs/lib/ss/ |
D | list_rqs.c | 27 int i, spacing; in ss_list_requests() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/ |
D | TrapezoidIntegrator.java | 87 final double spacing = (max - min) / np; // spacing between adjacent new points in stage() local
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | FramePrinter.java | 92 int spacing = String.valueOf(code.getCodeLength()).length(); in print() local
|
/external/vixl/src/aarch32/ |
D | disasm-aarch32.cc | 73 DecodeNeon(int lane, SpacingType spacing) in DecodeNeon() 84 DecodeNeonAndAlign(int lanes, SpacingType spacing, Alignment align) in DecodeNeonAndAlign() 831 SpacingType spacing = kSingle; in Index_1_Decode() local 837 SpacingType spacing = ((value & 3) == 2) ? kDouble : kSingle; in Index_1_Decode() local 843 SpacingType spacing = ((value & 7) == 4) ? kDouble : kSingle; in Index_1_Decode() local 862 SpacingType spacing = kSingle; in Align_index_align_1_Decode() local 875 SpacingType spacing = kSingle; in Align_index_align_1_Decode() local 888 SpacingType spacing = kSingle; in Align_index_align_1_Decode() local 909 SpacingType spacing = kSingle; in Align_index_align_2_Decode() local 922 SpacingType spacing = ((value & 2) == 2) ? kDouble : kSingle; in Align_index_align_2_Decode() local [all …]
|
/external/lz4/tests/ |
D | fasttest.c | 58 char spacing; /* So prefixEnd != dest */ in test_decompress() local
|
/external/python/cpython3/Lib/ |
D | formatter.py | 58 def set_spacing(self, spacing): pass argument 276 def set_spacing(self, spacing): argument 311 def new_spacing(self, spacing): pass argument 338 def new_spacing(self, spacing): argument
|
D | calendar.py | 583 def format(cols, colwidth=_colwidth, spacing=_spacing): argument 588 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): argument
|
/external/python/cpython2/Lib/ |
D | formatter.py | 55 def set_spacing(self, spacing): pass argument 273 def set_spacing(self, spacing): argument 308 def new_spacing(self, spacing): pass argument 335 def new_spacing(self, spacing): argument
|
D | calendar.py | 596 def format(cols, colwidth=_colwidth, spacing=_spacing): argument 601 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): argument
|
/external/skia/tools/ |
D | skhello.cpp | 78 SkScalar spacing = paint.getFontSpacing(); in main() local
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | TouchZoomExampleActivity.java | 201 private float spacing(MotionEvent event) { in spacing() method in TouchZoomExampleActivity
|
/external/skqp/tools/ |
D | skhello.cpp | 78 SkScalar spacing = paint.getFontSpacing(); in main() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 476 …tTessellationEvaluationInLayoutString (TessPrimitiveType primType, SpacingMode spacing, Winding wi… in getTessellationEvaluationInLayoutString() 485 …tTessellationEvaluationInLayoutString (TessPrimitiveType primType, SpacingMode spacing, bool usePo… in getTessellationEvaluationInLayoutString() 1569 …r* name, const char* description, TessPrimitiveType primitiveType, SpacingMode spacing, CaseType c… in CommonEdgeCase() 1872 …t, const char* name, const char* description, TessPrimitiveType primitiveType, SpacingMode spacing) in TessCoordCase() 2118 …lSpacingModeCase (Context& context, const char* name, const char* description, SpacingMode spacing) in FractionalSpacingModeCase() 2286 SpacingMode spacing, in BasicVariousTessLevelsPosAttrCase() 2469 …r* name, const char* description, TessPrimitiveType primitiveType, SpacingMode spacing, const char… in BasicTriangleFillCoverCase() 2482 …const glu::ProgramSources makeSources (TessPrimitiveType primitiveType, SpacingMode spacing, const… in makeSources() 2552 …r* name, const char* description, TessPrimitiveType primitiveType, SpacingMode spacing, const char… in BasicTriangleFillNonOverlapCase() 2559 …const glu::ProgramSources makeSources (TessPrimitiveType primitiveType, SpacingMode spacing, const… in makeSources() [all …]
|
/external/skqp/gm/ |
D | OverStroke.cpp | 90 const SkScalar spacing = 5.0f; in ribs_path() local
|
/external/skia/gm/ |
D | OverStroke.cpp | 90 const SkScalar spacing = 5.0f; in ribs_path() local
|
/external/mesa3d/src/compiler/ |
D | shader_info.h | 151 enum gl_tess_spacing spacing; member
|
/external/dng_sdk/source/ |
D | dng_gain_map.cpp | 254 const dng_point_real64 &spacing, in dng_gain_map()
|
/external/skia/src/utils/ |
D | SkTextBox.cpp | 274 SkScalar spacing = fPaint->getTextSize() * fSpacingMul + fSpacingAdd; in getTextHeight() local
|
/external/skqp/src/utils/ |
D | SkTextBox.cpp | 274 SkScalar spacing = fPaint->getTextSize() * fSpacingMul + fSpacingAdd; in getTextHeight() local
|
/external/iw/ |
D | util.c | 543 void print_ampdu_spacing(__u8 spacing) in print_ampdu_spacing()
|
D | info.c | 153 __u8 spacing = nla_get_u8(tb_band[NL80211_BAND_ATTR_HT_AMPDU_DENSITY]); in print_phy_handler() local
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.cpp | 50 float spacing = in CalculateBaseSpace() local 1024 float spacing = 0; in ProcessTextObject() local
|
/external/freetype/src/bdf/ |
D | bdf.h | 184 int spacing; /* Font spacing value. */ member
|
/external/ImageMagick/Magick++/lib/ |
D | Drawable.cpp | 1646 void Magick::DrawableTextInterlineSpacing::spacing(double spacing_) in spacing() function in Magick::DrawableTextInterlineSpacing 1651 double Magick::DrawableTextInterlineSpacing::spacing(void) const in spacing() function in Magick::DrawableTextInterlineSpacing 1678 void Magick::DrawableTextInterwordSpacing::spacing(double spacing_) in spacing() function in Magick::DrawableTextInterwordSpacing 1683 double Magick::DrawableTextInterwordSpacing::spacing(void) const in spacing() function in Magick::DrawableTextInterwordSpacing
|