Searched refs:dwFlags (Results 1 - 25 of 72) sorted by relevance

123

/external/webrtc/src/system_wrappers/source/
H A Dset_thread_name_win.h22 DWORD dwFlags; // reserved for future use, must be zero member in struct:webrtc::THREADNAME_INFO
31 info.dwFlags = 0;
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_PushButton.cpp38 FX_DWORD dwFlags)
40 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
36 OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, FX_DWORD dwFlags) argument
H A DFFL_TextField.cpp40 cp.dwFlags |= PES_PASSWORD;
49 cp.dwFlags |= PES_MULTILINE | PES_AUTORETURN | PES_TOP;
53 cp.dwFlags |= PWS_VSCROLL | PES_AUTOSCROLL;
58 cp.dwFlags |= PES_CENTER;
62 cp.dwFlags |= PES_AUTOSCROLL;
68 cp.dwFlags |= PES_CHARARRAY;
73 cp.dwFlags |= PES_RICH;
76 cp.dwFlags |= PES_UNDO;
82 cp.dwFlags |= PES_LEFT;
85 cp.dwFlags |
[all...]
H A DFFL_ListBox.cpp45 cp.dwFlags |= PLBS_MULTIPLESEL;
50 //cp.dwFlags |= PLBS_COMMITSELECTEDVALUE;
53 cp.dwFlags |= PWS_VSCROLL;
55 if (cp.dwFlags & PWS_AUTOFONTSIZE)
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsxform.c589 cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
606 if (Plugin ->Factory(&p->xform, &p->UserData, &p ->FreeUserData, &p ->Lut, InputFormat, OutputFormat, dwFlags)) {
617 p ->dwOriginalFlags = *dwFlags;
633 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags);
641 *dwFlags |= cmsFLAGS_CAN_CHANGE_FORMATTER;
650 if (*dwFlags & cmsFLAGS_NULLTRANSFORM) {
664 *dwFlags |= cmsFLAGS_CAN_CHANGE_FORMATTER;
682 *dwFlags |= cmsFLAGS_CAN_CHANGE_FORMATTER;
686 if (*dwFlags & cmsFLAGS_NULLTRANSFORM) {
691 if (*dwFlags
588 AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
801 cmsCreateExtendedTransform(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[], cmsBool BPC[], cmsUInt32Number Intents[], cmsFloat64Number AdaptationStates[], cmsHPROFILE hGamutProfile, cmsUInt32Number nGamutPCSposition, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number dwFlags) argument
942 cmsCreateMultiprofileTransformTHR(cmsContext ContextID, cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
972 cmsCreateMultiprofileTransform(cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
994 cmsCreateTransformTHR(cmsContext ContextID, cmsHPROFILE Input, cmsUInt32Number InputFormat, cmsHPROFILE Output, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
1011 cmsCreateTransform(cmsHPROFILE Input, cmsUInt32Number InputFormat, cmsHPROFILE Output, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
1022 cmsCreateProofingTransformTHR(cmsContext ContextID, cmsHPROFILE InputProfile, cmsUInt32Number InputFormat, cmsHPROFILE OutputProfile, cmsUInt32Number OutputFormat, cmsHPROFILE ProofingProfile, cmsUInt32Number nIntent, cmsUInt32Number ProofingIntent, cmsUInt32Number dwFlags) argument
1054 cmsCreateProofingTransform(cmsHPROFILE InputProfile, cmsUInt32Number InputFormat, cmsHPROFILE OutputProfile, cmsUInt32Number OutputFormat, cmsHPROFILE ProofingProfile, cmsUInt32Number nIntent, cmsUInt32Number ProofingIntent, cmsUInt32Number dwFlags) argument
[all...]
H A Dcmsps2.c861 int WriteInputLUT(cmsIOHANDLER* m, cmsHPROFILE hProfile, int Intent, cmsUInt32Number dwFlags) argument
915 dwFlags |= cmsFLAGS_FORCE_CLUT;
916 _cmsOptimizePipeline(m->ContextID, &DeviceLink, Intent, &InputFormat, &OutFrm, &dwFlags);
1047 cmsUInt32Number dwFlags,
1088 if (!WriteInputLUT(mem, hProfile, Intent, dwFlags)) goto Error;
1278 int WriteOutputLUT(cmsIOHANDLER* m, cmsHPROFILE hProfile, int Intent, cmsUInt32Number dwFlags) argument
1288 cmsBool lDoBPC = (dwFlags & cmsFLAGS_BLACKPOINTCOMPENSATION);
1289 cmsBool lFixWhite = !(dwFlags & cmsFLAGS_NOWHITEONWHITEFIXUP);
1332 dwFlags |= cmsFLAGS_FORCE_CLUT;
1333 _cmsOptimizePipeline(m->ContextID, &DeviceLink, RelativeEncodingIntent, &InFrm, &OutputFormat, &dwFlags);
1044 GenerateCSA(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, cmsIOHANDLER* mem) argument
1411 WriteNamedColorCRD(cmsIOHANDLER* m, cmsHPROFILE hNamedColor, int Intent, cmsUInt32Number dwFlags) argument
1472 GenerateCRD(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, cmsIOHANDLER* mem) argument
1519 cmsGetPostScriptColorResource(cmsContext ContextID, cmsPSResourceType Type, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, cmsIOHANDLER* io) argument
1546 cmsGetPostScriptCRD(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, void* Buffer, cmsUInt32Number dwBufferLen) argument
1573 cmsGetPostScriptCSA(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags, void* Buffer, cmsUInt32Number dwBufferLen) argument
[all...]
H A Dcmscnvrt.c39 cmsUInt32Number dwFlags);
52 cmsUInt32Number dwFlags);
65 cmsUInt32Number dwFlags);
78 cmsUInt32Number dwFlags);
526 cmsUInt32Number dwFlags)
643 cmsUNUSED_PARAMETER(dwFlags);
654 cmsUInt32Number dwFlags)
656 return DefaultICCintents(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags);
719 cmsUInt32Number dwFlags)
738 return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags);
520 DefaultICCintents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
648 _cmsDefaultICCintents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
713 BlackPreservingKOnlyIntents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
905 BlackPreservingKPlaneIntents(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
1018 _cmsLinkProfiles(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number TheIntents[], cmsHPROFILE hProfiles[], cmsBool BPC[], cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
[all...]
H A Dcmsgmt.c40 cmsUInt32Number dwFlags)
81 dwFlags);
99 cmsUInt32Number dwFlags)
108 xform = _cmsChain2Lab(ContextID, nProfiles, TYPE_CMYK_FLT, TYPE_Lab_DBL, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
138 // then joining both curves. dwFlags may include black point compensation.
146 cmsUInt32Number dwFlags)
160 in = ComputeKToLstar(ContextID, nPoints, nProfiles - 1, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
168 dwFlags);
32 _cmsChain2Lab(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
92 ComputeKToLstar(cmsContext ContextID, cmsUInt32Number nPoints, cmsUInt32Number nProfiles, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
139 _cmsBuildKToneCurve(cmsContext ContextID, cmsUInt32Number nPoints, cmsUInt32Number nProfiles, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
H A Dcmssamp.c67 cmsUInt32Number dwFlags)
141 cmsUNUSED_PARAMETER(dwFlags);
191 cmsBool CMSEXPORT cmsDetectBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
273 return BlackPointAsDarkerColorant(hProfile, Intent, BlackPoint, dwFlags);
368 cmsBool CMSEXPORT cmsDetectDestinationBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
425 return cmsDetectBlackPoint(BlackPoint, hProfile, Intent, dwFlags);
437 if (!cmsDetectBlackPoint(&IniXYZ, hProfile, Intent, dwFlags)) {
64 BlackPointAsDarkerColorant(cmsHPROFILE hInput, cmsUInt32Number Intent, cmsCIEXYZ* BlackPoint, cmsUInt32Number dwFlags) argument
H A Dcmsopt.c549 cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
570 nGridPoints = _cmsReasonableGridpointsByColorspace(ColorSpace, *dwFlags);
590 if (*dwFlags & cmsFLAGS_CLUT_PRE_LINEARIZATION) {
623 if (*dwFlags & cmsFLAGS_CLUT_POST_LINEARIZATION) {
698 *dwFlags |= cmsFLAGS_NOWHITEONWHITEFIXUP;
700 if (!(*dwFlags & cmsFLAGS_NOWHITEONWHITEFIXUP)) {
941 cmsBool OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
968 if (!(*dwFlags & cmsFLAGS_CLUT_PRE_LINEARIZATION)) return FALSE;
982 nGridPoints = _cmsReasonableGridpointsByColorspace(ColorSpace, *dwFlags);
1104 *dwFlags |
1267 OptimizeByJoiningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
1539 OptimizeMatrixShaper(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
1733 _cmsOptimizePipeline(cmsContext ContextID, cmsPipeline** PtrLut, int Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
[all...]
H A Dlcms2_internal.h761 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, int nSamples, int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags);
762 cmsInterpParams* _cmsComputeInterpParamsEx(cmsContext ContextID, const cmsUInt32Number nSamples[], int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags);
876 cmsUInt32Number dwFlags);
888 int _cmsReasonableGridpointsByColorspace(cmsColorSpaceSignature Colorspace, cmsUInt32Number dwFlags);
900 cmsUInt32Number* dwFlags );
924 cmsUInt32Number dwFlags);
1013 cmsUInt32Number dwFlags);
1023 cmsUInt32Number dwFlags);
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_PushButton.h23 FX_DWORD dwFlags);
H A DFFL_FormFiller.h43 /*const CRect& rcWindow, */FX_DWORD dwFlags);
46 /*const CRect& rcWindow, */FX_DWORD dwFlags);
166 /*const CRect& rcWindow,*/ FX_DWORD dwFlags);
170 /*const CRect& rcWindow, */FX_DWORD dwFlags);
/external/skia/tools/
H A Dwin_lcid.cpp5 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { argument
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwgl.c251 (ppfd->dwFlags & PFD_DRAW_TO_WINDOW) &&
252 !(pfd[i].pfd.dwFlags & PFD_DRAW_TO_WINDOW))
255 (ppfd->dwFlags & PFD_DRAW_TO_BITMAP) &&
256 !(pfd[i].pfd.dwFlags & PFD_DRAW_TO_BITMAP))
259 (ppfd->dwFlags & PFD_SUPPORT_GDI) &&
260 !(pfd[i].pfd.dwFlags & PFD_SUPPORT_GDI))
263 (ppfd->dwFlags & PFD_SUPPORT_OPENGL) &&
264 !(pfd[i].pfd.dwFlags & PFD_SUPPORT_OPENGL))
267 !(ppfd->dwFlags & PFD_DOUBLEBUFFER_DONTCARE) &&
268 ((ppfd->dwFlags
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE;
79 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE;
83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE;
87 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE;
91 *pvalue = pfi->pfd.dwFlags & PFD_SWAP_COPY ? WGL_SWAP_COPY_ARB : WGL_SWAP_UNDEFINED_ARB;
133 *pvalue = pfi->pfd.dwFlags & PFD_SUPPORT_GDI ? TRUE : FALSE;
137 *pvalue = pfi->pfd.dwFlags & PFD_SUPPORT_OPENGL ? TRUE : FALSE;
141 *pvalue = pfi->pfd.dwFlags & PFD_DOUBLEBUFFER ? TRUE : FALSE;
145 *pvalue = pfi->pfd.dwFlags & PFD_STEREO ? TRUE : FALSE;
H A Dstw_wgl.c151 if (!(ppfd->dwFlags & PFD_DRAW_TO_WINDOW))
153 if (!(ppfd->dwFlags & PFD_SUPPORT_OPENGL))
155 if (ppfd->dwFlags & PFD_DRAW_TO_BITMAP)
157 if (ppfd->dwFlags & PFD_SUPPORT_GDI)
159 if (!(ppfd->dwFlags & PFD_STEREO_DONTCARE) && (ppfd->dwFlags & PFD_STEREO))
H A Dstw_pixelformat.c150 pfi->pfd.dwFlags = PFD_SUPPORT_OPENGL;
154 pfi->pfd.dwFlags |= PFD_DRAW_TO_WINDOW;
158 pfi->pfd.dwFlags |= PFD_SUPPORT_COMPOSITION;
161 pfi->pfd.dwFlags |= PFD_DOUBLEBUFFER | PFD_SWAP_COPY;
414 if (!(ppfd->dwFlags & PFD_DOUBLEBUFFER_DONTCARE) &&
415 !!(ppfd->dwFlags & PFD_DOUBLEBUFFER) !=
416 !!(pfi->pfd.dwFlags & PFD_DOUBLEBUFFER))
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
H A DMjpegFileWriter.java164 * dwMaxBytesPerSec; DWORD dwPaddingGranularity; DWORD dwFlags; DWORD
181 public int dwFlags = 65552; field in class:MjpegFileWriter.AVIMainHeader
213 baos.write(intBytes(swapInt(dwFlags)));
253 * dwFlags; WORD wPriority; WORD wLanguage; DWORD dwInitialFrames; DWORD
264 public int dwFlags = 0; field in class:MjpegFileWriter.AVIStreamHeader
299 baos.write(intBytes(swapInt(dwFlags)));
434 public int dwFlags = 16; field in class:MjpegFileWriter.AVIIndex
446 baos.write(intBytes(swapInt(dwFlags)));
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp222 cp.dwFlags &= ~PWS_HSCROLL;
223 cp.dwFlags &= ~PWS_VSCROLL;
317 ecp.dwFlags = PWS_VISIBLE | PWS_CHILD | PWS_BORDER | PES_CENTER | PES_AUTOSCROLL | PES_UNDO;
320 ecp.dwFlags |= PWS_AUTOFONTSIZE;
323 ecp.dwFlags |= PWS_READONLY;
341 bcp.dwFlags = PWS_VISIBLE | PWS_CHILD | PWS_BORDER | PWS_BACKGROUND;
360 lcp.dwFlags = PWS_CHILD | PWS_BORDER | PWS_BACKGROUND | PLBS_HOVERSEL | PWS_VSCROLL;
366 if (cp.dwFlags & PWS_AUTOFONTSIZE)
H A DPWL_Signature.cpp168 icp.dwFlags = PWS_CHILD | PWS_VISIBLE;
175 acp.dwFlags = PWS_CHILD | PWS_VISIBLE | PWS_AUTOFONTSIZE | PES_MULTILINE | PES_AUTORETURN | PES_MIDDLE | PES_CENTER;
182 dcp.dwFlags = PWS_CHILD | PWS_VISIBLE | PWS_AUTOFONTSIZE | PES_MULTILINE | PES_AUTORETURN | PES_LEFT | PES_CENTER;
H A DPWL_Wnd.cpp262 ccp.dwFlags &= 0xFFFF0000L; //remove sub styles
711 FX_BOOL CPWL_Wnd::HasFlag(FX_DWORD dwFlags) const
713 return (m_sPrivateParam.dwFlags & dwFlags) != 0;
716 void CPWL_Wnd::RemoveFlag(FX_DWORD dwFlags) argument
718 m_sPrivateParam.dwFlags &= ~dwFlags;
721 void CPWL_Wnd::AddFlag(FX_DWORD dwFlags) argument
723 m_sPrivateParam.dwFlags |= dwFlags;
[all...]
/external/clang/tools/clang-format/
H A Dclang-format.py58 startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
/external/pdfium/fpdfsdk/include/
H A Dfsdk_annothandler.h49 FX_DWORD dwFlags) = 0;
53 const CPDF_Rect& rcWindow, FX_DWORD dwFlags) = 0;
120 FX_DWORD dwFlags) ;
124 const CPDF_Rect& rcWindow, FX_DWORD dwFlags) {}
188 CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,FX_DWORD dwFlags);
122 OnDrawSleep(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, const CPDF_Rect& rcWindow, FX_DWORD dwFlags) argument
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2_plugin.h289 cmsUInt32Number dwFlags; // Keep original flags member in struct:_cms_interp_struc
306 typedef cmsInterpFunction (* cmsInterpFnFactory)(cmsUInt32Number nInputChannels, cmsUInt32Number nOutputChannels, cmsUInt32Number dwFlags);
367 cmsUInt32Number dwFlags); // precision
458 cmsUInt32Number dwFlags);
478 cmsUInt32Number dwFlags);
553 cmsUInt32Number* dwFlags);
586 cmsUInt32Number* dwFlags);

Completed in 409 milliseconds

123