Searched defs:out_type (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/base/x/
H A Dselection_requestor.h41 // |out_data_items| is the length of |out_data| in |out_type| items.
47 XAtom* out_type);
91 XAtom out_type; member in struct:ui::SelectionRequestor::Request
H A Dselection_requestor_unittest.cc120 XAtom out_type = None; local
122 selection, target, &out_data, &out_data_items, &out_type));
125 EXPECT_EQ(atom_cache->GetAtom("STRING"), out_type);
H A Dselection_requestor.cc82 XAtom* out_type) {
109 if (out_type)
110 *out_type = request.out_type;
163 &request->out_type);
172 if (request->out_type == atom_cache_.GetAtom(kIncr)) {
176 request->out_type = None;
197 Atom out_type = None; local
202 &out_type);
208 if (request->out_type !
77 PerformBlockingConvertSelection( XAtom selection, XAtom target, scoped_refptr<base::RefCountedMemory>* out_data, size_t* out_data_items, XAtom* out_type) argument
[all...]
H A Dx11_util.cc737 XAtom* out_type) {
781 if (out_type)
782 *out_type = prop_type;
733 GetRawBytesOfProperty(XID window, XAtom property, scoped_refptr<base::RefCountedMemory>* out_data, size_t* out_data_items, XAtom* out_type) argument
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc433 ::Atom out_type = None; local
440 &out_type)) {
441 // Some apps return an |out_type| of "TARGETS". (crbug.com/377893)
442 if (out_type == XA_ATOM || out_type == atom_cache_.GetAtom(kTargets)) {
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp322 cmsUInt32Number intent, in_type, out_type, nr_samples; local
341 out_type = TYPE_RGB_8;
344 out_type = TYPE_RGB_16;
351 out_type = TYPE_RGB_8;
354 out_type = TYPE_RGB_16;
360 out_type = TYPE_RGB_16;
367 out_prof, out_type, intent, 0);
/external/chromium_org/third_party/qcms/src/
H A Dtransform.c1171 qcms_profile *out, qcms_data_type out_type,
1180 if (out_type != QCMS_DATA_RGB_8 &&
1181 out_type != QCMS_DATA_RGBA_8) {
1169 qcms_transform_create( qcms_profile *in, qcms_data_type in_type, qcms_profile *out, qcms_data_type out_type, qcms_intent intent) argument

Completed in 257 milliseconds