HomeSort by relevance Sort by last modified time
    Searched full:positioning (Results 1 - 25 of 408) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkTextBlob.cpp 129 GlyphPositioning positioning() const {
144 static size_t StorageSize(int glyphCount, SkTextBlob::GlyphPositioning positioning) {
148 + glyphCount * sizeof(SkScalar) * ScalarsPerGlyph(positioning));
158 + StorageSize(run->glyphCount(), run->positioning()));
229 buffer.write32(it.positioning());
237 it.glyphCount() * sizeof(SkScalar) * ScalarsPerGlyph(it.positioning()));
338 SkTextBlob::GlyphPositioning SkTextBlob::RunIterator::positioning() const { function in class:SkTextBlob::RunIterator
340 return fCurrentRun->positioning();
371 SkASSERT(SkTextBlob::kDefault_Positioning == run.positioning());
383 SkASSERT(SkTextBlob::kFull_Positioning == run.positioning() ||
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion23.txt 3 android:textSelectHandle : Reference to a drawable that will be used to display a text selection anchor for positioning the cursor within text. [reference]
  /external/skia/include/core/
SkTextBlob.h 52 kHorizontal_Positioning = 1, // Horizontal positioning -- one scalar per glyph.
53 kFull_Positioning = 2 // Point positioning -- two scalars per glyph.
70 GlyphPositioning positioning() const;
133 * A run is a sequence of glyphs sharing the same font metrics and positioning mode.
189 void allocInternal(const SkPaint& font, SkTextBlob::GlyphPositioning positioning,
191 bool mergeRun(const SkPaint& font, SkTextBlob::GlyphPositioning positioning,
SkFont.h 36 kSubpixelText_Flag = 0x80, //!< mask to enable subpixel text positioning
49 kSubpixelText_Flag = 0x80, //!< mask to enable subpixel text positioning
  /device/lge/hammerhead/
gps.conf 74 # LTE Positioning Profile Settings
89 # Select Positioning Protocol on A-GLONASS system
  /device/moto/shamu/
gps.conf 77 # LTE Positioning Profile Settings
92 # Select Positioning Protocol on A-GLONASS system
  /hardware/qcom/gps/msm8960/etc/
gps.conf 72 # LTE Positioning Profile Settings
87 # Select Positioning Protocol on A-GLONASS system
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_streambuf.i 34 // Buffer and positioning:
  /external/mesa3d/docs/
conform.html 168 Diffuse Material Positioning test passed.
176 Spot Positioning test passed.
177 Spot Exponent and Positioning test passed.
281 Diffuse Material Positioning test passed.
289 Spot Positioning test passed.
290 Spot Exponent and Positioning test passed.
394 Diffuse Material Positioning test passed.
402 Spot Positioning test passed.
403 Spot Exponent and Positioning test passed.
507 Diffuse Material Positioning test passed
    [all...]
  /external/icu/icu4c/source/layout/
ThaiLayoutEngine.h 119 * This method does positioning adjustments like accent positioning and
GlyphPosnLookupProc.cpp 29 // Aside from the names, the contextual positioning subtables are
  /external/libvorbis/doc/vorbisfile/
ov_crosslap.html 30 desired positioning of the new stream must occur before the call to
33 extraneous samples; positioning works exactly as if ov_crosslap was not
  /hardware/qcom/gps/etc/
gps.conf 95 # LTE Positioning Profile Settings
112 # Select Positioning Protocol on A-GLONASS system
  /hardware/qcom/gps/msm8084/etc/
gps.conf 79 # LTE Positioning Profile Settings
96 # Select Positioning Protocol on A-GLONASS system
  /hardware/qcom/gps/msm8974/etc/
gps.conf 79 # LTE Positioning Profile Settings
96 # Select Positioning Protocol on A-GLONASS system
  /external/skia/tests/
TextBlobTest.cpp 182 REPORTER_ASSERT(reporter, out[i].pos == it.positioning());
193 if (SkTextBlob::kHorizontal_Positioning == it.positioning()) {
195 } else if (SkTextBlob::kFull_Positioning == it.positioning()) {
235 SkFAIL("unhandled positioning value");
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
toasts.jd 9 <li><a href="#Positioning">Positioning your Toast</a></li>
60 <h2 id="Positioning">Positioning your Toast</h2>
  /packages/services/Telephony/src/com/android/phone/
ADNList.java 125 // As it it written, the positioning code below is NOT working.
129 // In the future, if we wish to get this "positioning" correct,
137 // Since the positioning is really only useful for the dialer's
  /frameworks/base/core/java/android/view/
ActionMode.java 208 * action modes that support dynamic positioning on the screen, and provides a more efficient
217 * This only makes sense for action modes that support dynamic positioning on the screen.
343 * required for ActionModes with dynamic positioning such as the ones with type
344 * {@link ActionMode#TYPE_FLOATING} to ensure the positioning doesn't obscure app content. If
353 * @param mode The ActionMode that requires positioning.
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 101 * <li>Animate each of four positioning/sizing properties (X, Y, SCALE_X, SCALE_Y)
128 // the origin for the positioning animation properties (X, Y).
201 // Animate the four positioning/sizing properties in parallel, back to their
  /external/skia/experimental/PdfViewer/
SkPdfConfig.h 44 // positioning
  /external/skia/resources/
slides_content.lua 86 -- subpixel positioning!
  /frameworks/base/core/java/android/text/method/
MovementMethod.java 25 * Provides cursor positioning, scrolling and text selection functionality in a {@link TextView}.
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 124 """Tests positioning of missing requires without existing requires."""
146 """Tests positioning of missing provides without existing provides."""
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Half.c 106 /* Positioning the pointer */
160 /* Positioning the pointer */

Completed in 644 milliseconds

1 2 3 4 5 6 7 8 91011>>