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

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEMorphology.cpp 133 Vector<unsigned char> extrema; local
139 extrema.clear();
148 extrema.append(columnExtrema);
151 // Kernel is filled, get extrema of next column
162 extrema.remove(0);
164 extrema.append(columnExtrema);
165 unsigned char entireExtrema = extrema[0];
166 for (unsigned kernelIndex = 0; kernelIndex < extrema.size(); ++kernelIndex) {
167 if ((m_type == FEMORPHOLOGY_OPERATOR_ERODE && extrema[kernelIndex] <= entireExtrema) ||
168 (m_type == FEMORPHOLOGY_OPERATOR_DILATE && extrema[kernelIndex] >= entireExtrema)
    [all...]
  /external/skia/include/core/
SkGeometry.h 57 for extrema, and return the number of t-values that are found that represent
58 these extrema. If the quadratic has no extrema betwee (0..1) exclusive, the
121 for extrema, and return the number of t-values that are found that represent
122 these extrema. If the cubic has no extrema betwee (0..1) exclusive, the
  /external/freetype/include/freetype/
ftbbox.h 65 /* extract their extrema. */
ftoutln.h 509 * the direction of each global horizontal and/or vertical extrema
ftimage.h 90 /* coordinates of its extrema in the horizontal and vertical */
    [all...]
  /external/freetype/src/base/
ftbbox.c 86 /* Finds the extrema of a 1-dimensional conic Bezier curve and update */
144 /* current bounding box, and computes its extrema if necessary to */
196 /* Finds the extrema of a 1-dimensional cubic Bezier curve and */
428 /* 16 bits when computing the extrema (the zeros need to */
511 /* current bounding box, and computes its extrema if necessary to */
637 /* get the Bezier arc extrema. */
  /packages/apps/CellBroadcastReceiver/tests/res/values-ca/
strings.xml 24 <string name="button_cmas_extreme_alert" msgid="6111658124447111920">"Enviar l\'alerta extrema CMAS"</string>
  /packages/apps/CellBroadcastReceiver/tests/res/values-es/
strings.xml 24 <string name="button_cmas_extreme_alert" msgid="6111658124447111920">"Enviar alerta extrema del CMAS"</string>
  /packages/apps/CellBroadcastReceiver/tests/res/values-es-rUS/
strings.xml 24 <string name="button_cmas_extreme_alert" msgid="6111658124447111920">"Enviar alerta extrema del CMAS"</string>
  /packages/apps/CellBroadcastReceiver/res/values-ca/
strings.xml 38 <string name="cmas_extreme_alert" msgid="2588720613319969289">"Alerta d\'emergències: extrema"</string>
90 <string name="cmas_severity_extreme" msgid="1312013282860183082">"Extrema"</string>
  /packages/apps/CellBroadcastReceiver/res/values-es/
strings.xml 38 <string name="cmas_extreme_alert" msgid="2588720613319969289">"Alerta de emergencia: extrema"</string>
  /packages/apps/CellBroadcastReceiver/res/values-es-rUS/
strings.xml 38 <string name="cmas_extreme_alert" msgid="2588720613319969289">"Alerta de emergencia: extrema"</string>
  /packages/apps/CellBroadcastReceiver/res/values-pt-rPT/
strings.xml 38 <string name="cmas_extreme_alert" msgid="2588720613319969289">"Alerta de Emergência: Extrema"</string>
  /external/freetype/src/pshinter/
pshalgo.c     [all...]
  /external/skia/src/core/
SkGeometry.cpp 705 // we do some cleanup to ensure our Y extrema are flat
721 // we do some cleanup to ensure our Y extrema are flat
1045 // now remove extrema where the curvature is zero (mins)
1080 // Find the minimum and maximum y of the extrema, which are the
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 256 // Find the minimum and maximum y of the extrema, which are the
476 // we do some cleanup to ensure our Y extrema are flat
  /external/freetype/src/raster/
ftraster.c 120 /* of) correspond to local extrema. They are stored in a sorted list */
126 /* <--| extrema scanlines | */
    [all...]
  /packages/inputmethods/LatinIME/dictionaries/
es_wordlist.xml     [all...]
pt_br_wordlist.xml     [all...]
pt_pt_wordlist.xml     [all...]

Completed in 976 milliseconds