HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 1 - 25 of 1059) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecASCIIFastPath.h 36 static void copy(LChar* destination, const uint8_t* source)
38 memcpy(destination, source, 4);
41 static void copy(UChar* destination, const uint8_t* source)
43 destination[0] = source[0];
44 destination[1] = source[1];
45 destination[2] = source[2];
46 destination[3] = source[3];
50 static void copy(LChar* destination, const uint8_t* source)
52 memcpy(destination, source, 8);
55 static void copy(UChar* destination, const uint8_t* source
    [all...]
StringConcatenate.h 59 void writeTo(LChar* destination)
61 *destination = m_buffer;
64 void writeTo(UChar* destination) { *destination = m_buffer; }
82 void writeTo(LChar* destination)
84 *destination = m_buffer;
87 void writeTo(UChar* destination) { *destination = m_buffer; }
105 void writeTo(LChar* destination)
108 *destination = static_cast<LChar>(m_buffer)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkImageGeneratorPriv.h 17 * the generator. If it succeeds, it will modify destination
23 * installed into destination is destroyed, it will call
27 * @param destination Upon success, this bitmap will be
36 bool SkInstallDiscardablePixelRef(SkImageGenerator*, SkBitmap* destination,
  /external/skia/src/core/
SkImageGeneratorPriv.h 17 * the generator. If it succeeds, it will modify destination
23 * installed into destination is destroyed, it will call
27 * @param destination Upon success, this bitmap will be
36 bool SkInstallDiscardablePixelRef(SkImageGenerator*, SkBitmap* destination,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageConversion.cpp 238 template<> void unpack<WebGLImageConversion::DataFormatRGB8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow)
241 destination[0] = source[0];
242 destination[1] = source[1];
243 destination[2] = source[2];
244 destination[3] = 0xFF;
246 destination += 4;
250 template<> void unpack<WebGLImageConversion::DataFormatBGR8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow)
253 destination[0] = source[2];
254 destination[1] = source[1];
255 destination[2] = source[0]
    [all...]
  /libcore/luni/src/main/java/java/io/
PipedWriter.java 29 private PipedReader destination; field in class:PipedWriter
43 * Constructs a new {@code PipedWriter} connected to {@code destination}.
44 * Any data written to this writer can be read from {@code destination}.
46 * @param destination
49 * if {@code destination} is already connected.
51 public PipedWriter(PipedReader destination) throws IOException {
52 super(destination);
53 connect(destination);
66 PipedReader reader = destination;
70 destination = null
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.cc 49 // the same as the destination, the destination is ignored and
71 // Clear this move's destination to indicate a pending move. The actual
72 // destination is saved in a stack-allocated local. Recursion may allow
75 LOperand* destination = moves_[index].destination(); local
80 // as this one's destination blocks this one so recursively perform all
84 if (other_move.Blocks(destination) && !other_move.IsPending()) {
90 // not be swapped). Since this move's destination is B and there is
99 // pending, so restore its destination
130 LOperand* destination = moves_[i].destination(); local
144 LOperand* destination = moves_[index].destination(); local
240 LOperand* destination = moves_[index].destination(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_list.css 5 .destination-list > header {
11 .destination-list .title {
18 .destination-list .action-link {
22 .destination-list > ul {
28 .destination-list .throbber-container {
34 .destination-list .throbber {
39 .destination-list .no-destinations-message {
46 .destination-list > footer {
51 .destination-list .total {
destination_search.css 5 #destination-search {
9 #destination-search.transparent {
15 #destination-search .page {
19 #destination-search .user-info {
28 [dir='rtl'] #destination-search .user-info {
33 #destination-search .account-select-label {
43 #destination-search .account-select {
48 #destination-search > .page > .close-button {
52 #destination-search .search-box {
57 #destination-search .lists
    [all...]
destination_list_item.css 5 .destination-list-item {
14 .destination-list-item:hover {
18 .destination-list-item.stale {
22 .destination-list-item-content {
26 .destination-list-item-icon {
36 .destination-list-item-name {
45 .destination-list-item-name .search-hint {
51 .destination-list-item .offline-status {
64 .destination-list-item-query-highlight {
  /external/chromium_org/ppapi/api/private/
ppb_video_destination_private.idl 8 * for a video destination resource, which sends video frames to a MediaStream
18 * several functions for creating video destination resources and using them to
23 * Creates a video destination resource.
34 * Determines if a resource is a video destination resource.
39 * resource is a video destination resource or <code>PP_FALSE</code>
45 * Opens a video destination for putting frames.
47 * @param[in] destination A <code>PP_Resource</code> corresponding to a video
48 * destination resource.
55 * Returns PP_ERROR_BADRESOURCE if destination isn't a valid video
56 * destination
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_video_destination_private.h 31 * for a video destination resource, which sends video frames to a MediaStream
42 * several functions for creating video destination resources and using them to
47 * Creates a video destination resource.
57 * Determines if a resource is a video destination resource.
62 * resource is a video destination resource or <code>PP_FALSE</code>
67 * Opens a video destination for putting frames.
69 * @param[in] destination A <code>PP_Resource</code> corresponding to a video
70 * destination resource.
77 * Returns PP_ERROR_BADRESOURCE if destination isn't a valid video
78 * destination
    [all...]
  /packages/apps/Gallery2/jni/filters/
negative.c 21 char* destination = 0; local
22 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
26 char * dst = destination;
redeye.c 22 char* destination = 0; local
23 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
24 unsigned char * rgb = (unsigned char * )destination;
geometry.c 20 static __inline__ void flipVertical(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
30 memcpy(destination + temp - i, source + i, bytes_to_copy);
34 static __inline__ void flipHorizontal(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
46 memcpy(destination + temp - j, source + i + j, cpy_bytes);
51 static __inline__ void flip_fun(int flip, char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
58 flipVertical(temp, dstWidth, dstHeight, destination, dstWidth, dstHeight);
63 flipHorizontal(source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
67 flipVertical(source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
73 static __inline__ void rotate90(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){
84 memcpy(destination + column_disp + row_disp , source + j * srcWidth + i, cpy_bytes)
131 char* destination = 0; local
144 char* destination = 0; local
155 char* destination = 0; local
166 char* destination = 0; local
    [all...]
gradient.c 22 char* destination = 0; local
33 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
40 int r = destination[RED];
42 destination[RED] = r;
46 int g = destination[GREEN];
48 destination[GREEN] = g;
52 int b = destination[BLUE];
54 destination[BLUE] = b;
saturated.c 21 char* destination = 0; local
22 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
36 int r = destination[RED];
37 int g = destination[GREEN];
38 int b = destination[BLUE];
48 destination[RED] = CLAMP(Rc);
49 destination[GREEN] = CLAMP(Gc);
50 destination[BLUE] = CLAMP(Bc);
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
push_sinc_resampler.cc 35 int16_t* destination,
43 RoundToInt16(float_buffer_.get(), destination_frames_, destination);
50 float* destination,
73 resampler_->Resample(resampler_->ChunkSize(), destination);
75 resampler_->Resample(destination_frames_, destination);
80 void PushSincResampler::Run(int frames, float* destination) {
88 memset(destination, 0, frames * sizeof(float));
94 memcpy(destination, source_ptr_, frames * sizeof(float));
97 destination[i] = static_cast<float>(source_ptr_int_[i]);
  /external/chromium_org/v8/src/x87/
lithium-gap-resolver-x87.cc 54 // the same as the destination, the destination is ignored and
76 // Clear this move's destination to indicate a pending move. The actual
77 // destination is saved on the side.
79 LOperand* destination = moves_[index].destination(); local
84 // as this one's destination blocks this one so recursively perform all
88 if (other_move.Blocks(destination) && !other_move.IsPending()) {
94 // not be swapped). Since this move's destination is B and there is
103 // pending, so restore its destination
134 LOperand* destination = move.destination(); local
148 LOperand* destination = moves_[index].destination(); local
196 LOperand* destination = moves_[i].destination(); local
255 LOperand* destination = moves_[index].destination(); local
353 LOperand* destination = moves_[index].destination(); local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
input_audio_file.h 31 // Reads |samples| elements from source file to |destination|. Returns true
34 // The output |destination| must have the capacity to hold |samples| elements.
35 bool Read(size_t samples, int16_t* destination);
39 // channels are identical. The output |destination| must have the capacity to
42 size_t channels, int16_t* destination);
input_audio_file.cc 22 bool InputAudioFile::Read(size_t samples, int16_t* destination) {
26 size_t samples_read = fread(destination, sizeof(int16_t), samples, fp_);
31 if (fread(destination, sizeof(int16_t), missing_samples, fp_) <
42 int16_t* destination) {
45 destination[i * channels + j] = source[i];
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
destination_settings.css 5 #destination-settings h1 {
10 #destination-settings .throbber {
16 #destination-settings .destination-settings-box {
23 .destination-settings-box.stale {
27 #destination-settings .destination-settings-change-button {
31 .destination-settings-icon {
38 .destination-settings-info-wrapper {
44 .destination-settings-info
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
HexNumber.h 44 inline void appendByteAsHex(unsigned char byte, T& destination, HexConversionMode mode = Uppercase)
47 destination.append(hexDigits[byte >> 4]);
48 destination.append(hexDigits[byte & 0xF]);
52 inline void placeByteAsHexCompressIfPossible(unsigned char byte, T& destination, unsigned& index, HexConversionMode mode = Uppercase)
56 destination[index++] = hexDigits[byte >> 4];
57 destination[index++] = hexDigits[byte & 0xF];
61 inline void placeByteAsHex(unsigned char byte, T& destination, HexConversionMode mode = Uppercase)
64 *destination++ = hexDigits[byte >> 4];
65 *destination++ = hexDigits[byte & 0xF];
69 inline void appendUnsignedAsHex(unsigned number, T& destination, HexConversionMode mode = Uppercase
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.cc 54 // the same as the destination, the destination is ignored and
76 // Clear this move's destination to indicate a pending move. The actual
77 // destination is saved on the side.
79 LOperand* destination = moves_[index].destination(); local
84 // as this one's destination blocks this one so recursively perform all
88 if (other_move.Blocks(destination) && !other_move.IsPending()) {
94 // not be swapped). Since this move's destination is B and there is
103 // pending, so restore its destination
134 LOperand* destination = move.destination(); local
148 LOperand* destination = moves_[index].destination(); local
196 LOperand* destination = moves_[i].destination(); local
255 LOperand* destination = moves_[index].destination(); local
354 LOperand* destination = moves_[index].destination(); local
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate.cc 39 GURL destination = GetClickDestination(); local
40 NavigateToUrl(destination);
51 GURL destination = notification->GetButtonUrl(button_index); local
52 NavigateToUrl(destination);
76 void ChromeNotifierDelegate::NavigateToUrl(const GURL& destination) const {
77 if (!destination.is_valid())
81 content::OpenURLParams open_params(destination, content::Referrer(),

Completed in 1123 milliseconds

1 2 3 4 5 6 7 8 91011>>