Home
last modified time | relevance | path

Searched defs:spread (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSShadowValue.h38 PassRefPtr<CSSPrimitiveValue> spread, in create()
52 RefPtr<CSSPrimitiveValue> spread; variable
DCSSShadowValue.cpp33 PassRefPtr<CSSPrimitiveValue> spread, in CSSShadowValue()
DCSSComputedStyleDeclaration.cpp1312 …RefPtr<CSSPrimitiveValue> spread = useSpread ? zoomAdjustedPixelValue(shadow.spread(), style) : Pa… in valueForShadowData() local
DCSSParser-in.cpp6400 RefPtr<CSSPrimitiveValue> spread; member
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowData.h39 … ShadowData(const IntPoint& location, int blur, int spread, ShadowStyle style, const Color& color) in ShadowData()
57 int spread() const { return m_spread; } in spread() function
/external/chromium_org/ui/views/layout/
Dbox_layout.h43 void set_spread_blank_space(bool spread) { in set_spread_blank_space()
/external/chromium_org/third_party/opus/src/celt/
Dvq.c65 static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread) in exp_rotation()
154 unsigned alg_quant(celt_norm *X, int N, int K, int spread, int B, ec_enc *enc in alg_quant()
322 unsigned alg_unquant(celt_norm *X, int N, int K, int spread, int B, in alg_unquant()
Dbands.c628 int spread; member
885 int spread; in quant_partition() local
1345 int shortBlocks, int spread, int dual_stereo, int intensity, int *tf_res, in quant_all_bands()
/external/chromium_org/tools/gn/
Dgenerate_test_gn_data.cc75 int spread, in WriteLevel()
/external/chromium_org/cc/output/
Dfilter_operations.cc68 int spread = SpreadForStdDeviation(op.amount()); in GetOutsets() local
/external/chromium_org/skia/ext/
Drecursive_gaussian_convolution_unittest.cc262 const int spread = 4 * kernel_sigma; in TEST() local
351 const int spread = 8 * kernel_sigma; in TEST() local
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderConverter.cpp144 …int spread = item->spread ? item->spread->computeLength<int>(state.cssToLengthConversionData()) : … in convertShadow() local
/external/srec/srec/cfront/
Dspec_anl.c322 int create_spectrum_filter(front_freq *freqobj, int *freq, int *spread) in create_spectrum_filter()
/external/aac/libSBRenc/include/
Dsbr_encoder.h191 INT spread; /*!< Flag: usage of SBR spread. */ member
/external/mesa3d/src/gallium/state_trackers/vega/
Dpaint.c52 VGColorRampSpreadMode spread; member
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dpaint.c52 VGColorRampSpreadMode spread; member
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2647 int spread = (int)left->getDepth() - (int)right->getDepth(); in operator ()() local
2657 int spread = (int)left->getHeight() - (int)right->getHeight(); in operator ()() local