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

1 2 3 4 5

  /external/icu4c/layout/
OpenTypeLayoutEngine.cpp 357 GlyphPositionAdjustments *adjustments = new GlyphPositionAdjustments(glyphCount); local
360 if (adjustments == NULL) {
367 // the adjustments array w/ new...
369 adjustments->setXPlacement(i, 0);
370 adjustments->setYPlacement(i, 0);
372 adjustments->setXAdvance(i, 0);
373 adjustments->setYAdvance(i, 0);
375 adjustments->setBaseOffset(i, -1);
381 fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag, fGDEFTable, success, fFontInstance,
385 fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, fGDEFTable, success, fFontInstance
    [all...]
ThaiLayoutEngine.h 119 * This method does positioning adjustments like accent positioning and
121 * position adjustments must override this method.
ThaiLayoutEngine.cpp 119 // default is no adjustments
ValueRecords.cpp 85 // FIXME: The device adjustments should really be transformed, but
189 // FIXME: The device adjustments should really be transformed, but
OpenTypeLayoutEngine.h 36 * perform any other adjustments requried by the previous steps.
38 * OpenTypeLayoutEngine will also use the font's GPOS table to apply position adjustments
LayoutEngine.h 54 * 3) Glyph position adjustments - adjustment of glyph positions for kerning,
218 * This method does positioning adjustments like accent positioning and
220 * position adjustments must override this method.
  /system/core/rootdir/
init.lowmem.rc 0 # Adjustments to the out-of-memory killer, for devices that are
  /external/webkit/WebCore/platform/gtk/
ScrollViewGtk.cpp 86 // Reset the adjustments to a sane default
180 // that have no adjustments attached to them.
189 // For frames that do have adjustments attached, we want to report
  /external/webkit/WebCore/rendering/
RenderSVGTextPath.cpp 59 // the current 'text' element, including any adjustments to the current user coordinate
  /external/expat/conftools/
PrintPath 43 # Now we make the adjustments required for OS/2 and everyone
  /external/dbus/dbus/
dbus-marshal-recursive.h 96 * to be adjusted; those adjustments are described by this struct.
  /external/iproute2/tc/
tc_core.c 100 // No size adjustments on Ethernet
  /external/kernel-headers/original/linux/
sem.h 125 short * semadj; /* array of adjustments, one per semaphore */
  /external/qemu/elff/
elf_alloc.h 92 * simplifying alignment adjustments for the allocated blocks.
  /external/webkit/WebKit/gtk/tests/
testwebview.c 259 g_test_add_func("/webkit/webview/adjustments", test_webkit_web_view_adjustments);
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/
Turbo-C 24 Here are some additional adjustments to my Makefile. I was using "pure" DOS
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdstd.h 135 /* adjustments needed to make the dma align properly */
  /build/tools/droiddoc/templates/assets/
android-developer-docs.css 304 /* adjustments for in/direct subclasses tables */
320 /* adjustments for the expando table-in-table */
605 /* API reference: adjustments to
  /dalvik/vm/mterp/x86-atom/
footer.S 33 movl %edx, -8(%esp) # save pc adjustments
67 add -8(%esp), rPC # rPC<- pc adjustments
113 add -8(%esp), rPC # rPC<- pc adjustments
  /external/iptables/extensions/
libipt_policy.c 20 * final checks and adjustments in final_check.
  /external/libvpx/vp8/common/
loopfilter_filters.c 92 // outer tap adjustments
  /external/neven/Embedded/common/src/b_ImageEm/
HistoEq.c 78 /* adjustments */
HistoEq16.c 81 /* adjustments */
  /external/bison/
TODO 203 See how isomorphic the way BTYacc and the way the GLR adjustments in
  /external/bluetooth/glib/gobject/
gsignal.h 107 * post emission adjustments on the object. They can also be thought

Completed in 2983 milliseconds

1 2 3 4 5