HomeSort by relevance Sort by last modified time
    Searched defs:adjust (Results 1 - 25 of 30) sorted by null

1 2

  /external/skia/include/core/
SkAutoKern.h 27 * the adjust() method returns a SkFixed corresponding
35 SkFixed adjust(const SkGlyph& glyph) function in class:SkAutoKern
52 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta); local
54 return adjust;
  /external/srec/srec/include/
channorm.h 40 int adjust[MAX_CHAN_DIM]; member in struct:__anon5854
swicms.h 55 imeldata adjust[MAX_CHAN_DIM]; /* target less channel */ member in struct:__anon5923
  /external/srec/srec/clib/
cnorm_tr.c 78 int ii, adjust; local
91 adjust = mean_normalize_data(chandata[ii], 0);
92 /* channorm->adjust[ii]= adjust; */
94 shift_distribution_counts(chandata[ii], adjust);
96 shift_parameters(chandata[ii], adjust);
98 channorm->imelda_adjust[ii] += adjust;
100 channorm->adjust[ii] += adjust;
116 log_report("%d ", channorm->adjust[ii])
    [all...]
  /bootable/recovery/minzip/
SysUtil.c 155 int adjust; local
169 /* adjust to be page-aligned */
170 adjust = start % DEFAULT_PAGE_SIZE;
171 actualStart = start - adjust;
172 actualLength = length + adjust;
184 pMap->addr = (char*)memPtr + adjust;
  /external/skia/src/views/
SkScrollBarView.cpp 19 this->adjust();
30 this->adjust();
42 this->adjust();
54 this->adjust();
113 void SkScrollBarView::adjust() function in class:SkScrollBarView
  /frameworks/base/libs/utils/
FileMap.cpp 92 int adjust; local
113 adjust = offset % mPageSize;
114 adjOffset = offset - adjust;
115 adjLength = length + adjust;
131 int prot, flags, adjust; local
156 adjust = offset % mPageSize;
158 adjOffset = offset - adjust;
159 adjLength = length + adjust;
171 adjust = offset;
185 mDataPtr = (char*) mBasePtr + adjust;
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/
PKCS12ParametersGenerator.java 56 private void adjust( method in class:PKCS12ParametersGenerator
149 adjust(I, j * v, B); method
  /dalvik/libdex/
SysUtil.c 282 int adjust; local
296 /* adjust to be page-aligned */
297 adjust = start % DEFAULT_PAGE_SIZE;
298 actualStart = start - adjust;
299 actualLength = length + adjust;
311 pMap->addr = (char*)memPtr + adjust;
347 * Align "addr" to a page boundary and adjust "length" appropriately.
  /external/freetype/src/base/
ftgloadr.c 140 /* re-adjust the `current' outline fields */
183 /* re-adjust the `current' subglyphs field */
208 FT_Bool adjust = 0; local
241 adjust = 1;
259 adjust = 1;
263 if ( adjust )
349 /* adjust contours count in newest outline */
  /external/icu4c/layout/
KernTable.cpp 176 float adjust = 0; local
215 adjust += font->xUnitsToPoints(value);
223 storage.adjustPosition(i, adjust, 0, success);
226 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccrgb24toyuv420.cpp 234 int32 adjust = (width + (width << 1)); local
326 adjust = -adjust;
372 inputRGB += adjust ; /* move to the next row */
ccrgb12toyuv420.cpp 241 int adjust = (width >> 1); local
344 adjust = -adjust;
380 pixels_nextRow = inputRGB[i+3+adjust/*(width>>1)*/];
402 pixels_nextRow = inputRGB[i+2+adjust/*(width>>1)*/];
424 pixels_nextRow = inputRGB[i+1+adjust /*(width>>1)*/];
447 pixels_nextRow = inputRGB[i+adjust/*(width>>1)*/];
490 inputRGB += adjust; /* (160/2 = 80 ) */ /*(width>>1)*/; /* move to the next row */
525 inputRGB += adjust; /* (160/2 = 80 ) */ /*(width>>1)*/; /* move to the next row */
  /frameworks/base/services/java/com/android/server/status/
IconMerger.java 74 int adjust = 0; local
76 adjust = fitLeft - moreView.getLeft();
77 fitLeft -= adjust;
78 fitRight -= adjust;
84 int breakingPoint = fitLeft + extra + adjust;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
BrokenPBE.java 82 private void adjust( method in class:OldPKCS12ParametersGenerator
175 adjust(I, j * v, B); method
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 116 adjust(-1);
123 adjust(1);
170 private void adjust(int dir) { method in class:MatrixStack
  /external/webkit/JavaScriptCore/wtf/
TCSystemAlloc.cpp 187 // Adjust the return memory so it is aligned
189 size_t adjust = 0; local
191 adjust = alignment - (ptr & (alignment - 1));
195 if (adjust > 0) {
196 munmap(reinterpret_cast<void*>(ptr), adjust); local
198 if (adjust < extra) {
199 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust);
202 ptr += adjust;
240 // Adjust the return memory so it is aligne
242 size_t adjust = 0; local
250 VirtualFree(reinterpret_cast<void*>(ptr), adjust, MEM_DECOMMIT); local
320 size_t adjust = 0; local
327 munmap(reinterpret_cast<void*>(ptr), adjust); local
    [all...]
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 155 adjust(content, CAP); method
156 adjust(content, ALT); method
157 adjust(content, SYM); method
177 private static void adjust(Spannable content, Object what) { method in class:MetaKeyKeyListener
381 state = adjust(state, META_SHIFT_ON, META_SHIFT_MASK);
382 state = adjust(state, META_ALT_ON, META_ALT_MASK);
383 state = adjust(state, META_SYM_ON, META_SYM_MASK);
387 private static long adjust(long state, int what, long mask) { method in class:MetaKeyKeyListener
  /packages/apps/Gallery3D/src/com/cooliris/media/
MatrixStack.java 114 adjust(-1);
120 adjust(1);
167 private void adjust(int dir) { method in class:MatrixStack
  /build/tools/zipalign/
ZipFile.cpp 954 long delCount, adjust; local
972 delCount = adjust = 0;
1005 adjust += span;
1011 /* adjust loop control */
1014 } else if (span != 0 && adjust > 0) {
1017 // pEntry->getFileName(), adjust);
1018 result = filemove(mZipFp, pEntry->getLFHOffset() - adjust,
1026 pEntry->setLFHOffset(pEntry->getLFHOffset() - adjust);
1035 mEOCD.mCentralDirOffset -= adjust;
    [all...]
  /external/dbus/dbus/
dbus-message-factory.c 757 int adjust; local
777 adjust = lengths[len_seq];
779 if (adjust < 0)
781 if ((_dbus_string_get_length (data) + adjust) < DBUS_MINIMUM_HEADER_SIZE)
784 _dbus_string_shorten (data, - adjust);
789 if (!_dbus_string_lengthen (data, adjust))
808 new_body_len = old_body_len + adjust;
816 _dbus_verbose ("changing body len from %u to %u by adjust %d\n",
817 old_body_len, new_body_len, adjust);
    [all...]
  /external/webkit/WebCore/rendering/
SVGInlineTextBox.cpp 269 // Adjust the closest offset to after the char if x was after the char midpoint
520 int adjust = startPos >= boxStartOffset ? boxStartOffset : 0; local
523 font.ascent() + font.descent(), color, style->colorSpace(), startPos - adjust, endPos - adjust);
  /frameworks/base/tools/aapt/
ZipFile.cpp 954 long delCount, adjust; local
972 delCount = adjust = 0;
1005 adjust += span;
1011 /* adjust loop control */
1014 } else if (span != 0 && adjust > 0) {
1017 // pEntry->getFileName(), adjust);
1018 result = filemove(mZipFp, pEntry->getLFHOffset() - adjust,
1026 pEntry->setLFHOffset(pEntry->getLFHOffset() - adjust);
1035 mEOCD.mCentralDirOffset -= adjust;
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 93 // adjust the color iterator to make sure it won't overflow
783 const int adjust = FRAC_BITS*2 - prec; local
816 if (adjust) {
818 ADD(AL, 0, u, u, imm(1<<(adjust-1)));
819 MOV(AL, 0, u, reg_imm(u, LSR, adjust));
831 if (adjust) {
833 ADD(AL, 0, u, u, imm(1<<(adjust-1)));
834 MOV(AL, 0, u, reg_imm(u, LSR, adjust));
845 if (adjust) {
847 ADD(AL, 0, u, u, imm(1<<(adjust-1)))
877 const int adjust = FRAC_BITS*2 - 8; local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 265 // If one ancestor chain is longer, adjust its start point
269 // Adjust startNode2 to depth of startNode1
270 int adjust = nParents2 - nParents1; local
272 for (int i = 0; i < adjust; i++)
279 // adjust startNode1 to depth of startNode2
280 int adjust = nParents1 - nParents2; local
282 for (int i = 0; i < adjust; i++)
    [all...]

Completed in 1200 milliseconds

1 2