/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_text.cpp | 317 const CFX_DIBSource* pSource = pImage->m_pImage->LoadDIBSource(); 318 if (pSource) { 319 m_pBitmap = pSource->Clone(); 320 delete pSource;
|
fpdf_render_loadimage.cpp | 62 CPDF_DIBSource* pSource = new CPDF_DIBSource; 63 if (pSource->Load(m_pDocument, m_pStream, (CPDF_DIBSource**)ppMask, pMatteColor, NULL, NULL, bStdCS, GroupFamily, bLoadMask)) { 64 return pSource; 66 delete pSource; [all...] |
/external/pdfium/core/src/fxge/win32/ |
win32_int.h | 148 FX_BOOL UseFoxitStretchEngine(const CFX_DIBSource* pSource, FX_DWORD color, int dest_left, int dest_top,
|
fx_win32_gdipext.cpp | 292 const CFX_DIBitmap* pSource, FX_RECT* pClipRect) 311 int src_width = pSource->GetWidth(); 312 int src_height = pSource->GetHeight(); 319 LPBYTE src_buf = pSource->GetBuffer(); 320 int src_pitch = pSource->GetPitch(); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dpnathlp.h | 149 const PSOCKADDR pSource,
|
vsbackup.h | [all...] |
strmif.h | [all...] |
/external/pdfium/core/src/fxge/agg/agg23/ |
fx_agg_driver.cpp | [all...] |
/external/pdfium/core/src/fxcodec/codec/ |
codec_int.h | 150 FX_BOOL Encode(const CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, int quality, FX_LPCBYTE icc_buf, FX_DWORD icc_length);
|
/external/clang/lib/CodeGen/ |
CGOpenMPRuntime.cpp | 264 CGM.Int8PtrTy /* psource */, nullptr); 307 // Initialize default location for psource field of ident_t structure of 364 // char **psource = &.kmpc_loc_<flags>.addr.psource; 365 auto *PSource = CGF.Builder.CreateConstInBoundsGEP2_32(IdentTy, LocValue, 0, 383 // *psource = ";<File>;<Function>;<Line>;<Column>;;"; 384 CGF.Builder.CreateStore(OMPDebugLoc, PSource); [all...] |
CGOpenMPRuntime.h | 171 /// char const *psource; /**< String describing the source location.
|
/external/pdfium/core/src/fxge/dib/ |
fx_dib_main.cpp | [all...] |
/frameworks/av/media/libstagefright/tests/ |
SurfaceMediaSource_test.cpp | 198 void loadShader(GLenum shaderType, const char* pSource, GLuint* outShader) { 202 glShaderSource(shader, 1, &pSource, NULL); [all...] |
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test_surfacetexture.cpp | 418 void GLSurface::loadShader(GLenum shaderType, const char* pSource, GLuint* outShader) { 422 glShaderSource(shader, 1, &pSource, NULL);
|
/external/pdfium/core/include/fxge/ |
fx_dib.h | 581 const CFX_DIBSource* pSource, int bitmap_alpha,
|
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/16/ |
android.jar | |
/prebuilts/sdk/22/ |
android.jar | |
/prebuilts/sdk/4/ |
android.jar | |
/prebuilts/sdk/5/ |
android.jar | |
/prebuilts/sdk/9/ |
android.jar | |
/external/icu/icu4c/source/tools/genrb/ |
parse.cpp | 455 const UChar *pSource = NULL; 501 pSource = ucbuf_getBuffer(ucbuf, &size, status); 506 size = utrans_stripRules(pSource, size, pTarget, status); [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
CipherTest.java | 51 import javax.crypto.spec.PSource; 448 PSource.PSpecified.DEFAULT)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libitm.so | |