Searched defs:strip (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifData.java80 * Adds an uncompressed strip.
82 protected void setStripBytes(int index, byte[] strip) { argument
84 mStripBytes.set(index, strip);
89 mStripBytes.add(strip);
94 * Gets the strip count.
101 * Gets the strip at the specified index.
110 * Returns true if this header contains uncompressed strip.
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifData.java80 * Adds an uncompressed strip.
82 protected void setStripBytes(int index, byte[] strip) { argument
84 mStripBytes.set(index, strip);
89 mStripBytes.add(strip);
94 * Gets the strip count.
101 * Gets the strip at the specified index.
110 * Returns true if this header contains uncompressed strip.
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifData.java81 * Adds an uncompressed strip.
83 protected void setStripBytes(int index, byte[] strip) { argument
85 mStripBytes.set(index, strip);
90 mStripBytes.add(strip);
95 * Gets the strip count.
102 * Gets the strip at the specified index.
111 * Returns true if this header contains uncompressed strip.
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp47 * Shift the strip image right in the strip buffer by leftMargin pixels.
49 * Assumptions: The strip buffer was allocated large enough to handle the shift; if not
52 * We allocate a full strip (height and width), but then only copy numLinesThisCall from
64 // Allocate a full strip
420 ubyte *strip, sint32 stripWidth, sint32 stripHeight) {
423 ubyte *srcPtr = strip;
424 ubyte *dstPtr = strip;
511 // Write the zlib compressed strip to the PDF output file
600 // Write the zlib compressed strip t
419 colorConvertSource(colorSpaceDisposition srcCS, colorSpaceDisposition dstCS, ubyte *strip, sint32 stripWidth, sint32 stripHeight) argument
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java523 * This is a both way strip.
525 * @param str the string to strip
526 * @param left strip from left
527 * @param right strip from right
528 * @param what character(s) to strip
561 /** strip - strips both ways
563 * @param str what to strip
571 @Deprecated public static String strip(String str) { method in class:StringUtil
578 * @param str what to strip
596 * @param str the string to strip
[all...]

Completed in 1574 milliseconds