HomeSort by relevance Sort by last modified time
    Searched refs:Also (Results 151 - 175 of 373) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ImageMagick/www/api/
distort.php 92 <p>If 'bestfit' is enabled, and distortion allows it, the destination image is adjusted to ensure the whole source 'image' will just fit within the final destination image, which will be sized and offset accordingly. Also in many cases the virtual offset of the source image will be taken into account in the mapping.</p>
134 <dd>Attempt to 'bestfit' the size of the resulting image. This also forces the resulting image to be a 'layered' virtual canvas image. Can be overridden using 'distort:viewport' setting. </dd>
layer.php 173 <p>OptimizeImagePlusLayers() is exactly as OptimizeImageLayers(), but may also add or even remove extra frames in the animation, if it improves the total number of pixels in the resulting GIF animation.</p>
228 <p>RemoveDuplicateLayers() removes any image that is exactly the same as the next image in the given image list. Image size and virtual canvas offset must also match, though not the virtual canvas size itself.</p>
230 <p>No check is made with regards to image disposal setting, though it is the dispose setting of later image that is kept. Also any time delays are also added together. As such coalesced image animations should still produce the same result, though with duplicte frames merged into a single frame.</p>
290 <p>Each layer from the two image lists are composted together until the end of one of the image lists is reached. The offset of each composition is also adjusted to match the virtual canvas offsets of each layer. As such the given offset is relative to the virtual canvas, and not the actual image.</p>
  /prebuilts/go/darwin-x86/src/cmd/go/internal/clean/
clean.go 109 // and not something that we want to remove. Also, we'd like to preserve
119 // This also mimics what os.RemoveAll(dir) would do.
  /prebuilts/go/darwin-x86/src/encoding/xml/
typeinfo.go 157 // This will also catch multiple modes in a single field.
247 // Also consider errors as a non-existent field tag
  /prebuilts/go/darwin-x86/src/go/types/
check_test.go 23 // TODO(gri) Also collect strict mode errors of the form /* STRICT ... */
  /prebuilts/go/darwin-x86/src/net/http/httptest/
server.go 214 // Also close the client idle connections.
  /prebuilts/go/darwin-x86/src/runtime/
mksizeclasses.go 145 // which is also 6 objects in 7 pages but +1024 bytes (+12.12%).
231 // Also check the exact computations that will be done by the runtime,
os_linux.go 86 // Also this is a leaf, so we're not holding up the memory for long.
  /prebuilts/go/darwin-x86/src/unicode/
letter.go 23 // Also, R32 should contain only values >= 0x10000 (1<<16).
  /prebuilts/go/linux-x86/src/cmd/go/internal/clean/
clean.go 109 // and not something that we want to remove. Also, we'd like to preserve
119 // This also mimics what os.RemoveAll(dir) would do.
  /prebuilts/go/linux-x86/src/encoding/xml/
typeinfo.go 157 // This will also catch multiple modes in a single field.
247 // Also consider errors as a non-existent field tag
  /prebuilts/go/linux-x86/src/go/types/
check_test.go 23 // TODO(gri) Also collect strict mode errors of the form /* STRICT ... */
  /prebuilts/go/linux-x86/src/net/http/httptest/
server.go 214 // Also close the client idle connections.
  /prebuilts/go/linux-x86/src/runtime/
mksizeclasses.go 145 // which is also 6 objects in 7 pages but +1024 bytes (+12.12%).
231 // Also check the exact computations that will be done by the runtime,
  /prebuilts/go/linux-x86/src/unicode/
letter.go 23 // Also, R32 should contain only values >= 0x10000 (1<<16).
  /art/runtime/arch/mips/
quick_entrypoints_mips.S     [all...]
  /build/blueprint/pathtools/
glob.go 87 // allowing searched directories to be tracked. Also handles the recursive glob pattern, **.
340 // also writes all of the the directories it traversed as dependencies on
  /external/golang-protobuf/protoc-gen-go/grpc/
grpc.go 91 // Also record that we're using it, to guarantee the associated import.
  /external/libunwind/doc/
libunwind-ia64.tex 199 \Func{unw\_getcontext}(), but also with \Func{getcontext}(), for
204 \section{See Also}
  /libcore/
JavaLibrary.mk 73 # on for all builds. Also, name of the flag TBD.
298 # code if it's declared to also be in java.base at
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
alg.go 87 // If it returns ANOEQ, it also returns the component type of t that
567 // Also, stop before a blank or non-memory field.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
schedule.go 92 // We also score GetLoweredClosurePtr as early as possible to ensure that the
114 // reduce register pressure. It also helps make sure
120 // this value is already live. This also removes its
122 // Also ensures tuple is never spilled.
  /prebuilts/go/darwin-x86/src/go/ast/
filter.go 317 // all package files. Also, compute sorted list of filenames, so that
413 // would also invalidate the monotonically increasing position
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 209 // returned as part of the Part body and also the error to return (if any)
246 // Also if the section from the final \n onward is not a prefix of the boundary,
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 66 SIGQUIT, SIGABRT, and SIGTERM. It also applies to the job control
68 default behavior does not occur. It also applies to some signals that
122 code, in which case the next section also applies.
132 stack. Also, the Go standard library expects that any signal handlers
174 may also happen in unusual cases when using cgo or SWIG; in that case,

Completed in 2134 milliseconds

1 2 3 4 5 67 8 91011>>