HomeSort by relevance Sort by last modified time
    Searched refs:pSource (Results 51 - 75 of 90) sorted by null

1 23 4

  /external/pdfium/fpdfsdk/src/javascript/
JS_Context.h 57 void OnField_Calculate(CPDF_FormField* pSource,
JS_Context.cpp 159 void CJS_Context::OnField_Calculate(CPDF_FormField* pSource,
163 m_pEventHandler->OnField_Calculate(pSource, pTarget, Value, bRc);
JS_EventHandler.cpp 225 void CJS_EventHandler::OnField_Calculate(CPDF_FormField* pSource,
231 if (pSource)
232 m_strSourceName = pSource->GetFullName();
JS_EventHandler.h 80 void OnField_Calculate(CPDF_FormField* pSource,
JS_Runtime_Stub.cpp 55 void OnField_Calculate(CPDF_FormField* pSource,
  /external/webrtc/webrtc/modules/video_render/android/
video_render_opengles20.cc 241 const char* pSource) {
244 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/native/libs/gui/tests/
GLTest.cpp 252 void GLTest::loadShader(GLenum shaderType, const char* pSource,
257 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 76 GLuint loadShader(GLenum shaderType, const char* pSource) {
79 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 33 GLuint loadShader(GLenum shaderType, const char* pSource) {
36 glShaderSource(shader, 1, &pSource, NULL);
  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 846 int32_t CFWL_EventTarget::SetEventSource(IFWL_Widget* pSource,
848 if (pSource) {
849 m_eventSources.SetAt(pSource, dwFilter);
864 IFWL_Widget* pSource = NULL;
866 m_eventSources.GetNextAssoc(pos, (void*&)pSource, dwFilter);
867 if (pSource == pEvent->m_pSrcTarget ||
    [all...]
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 76 GLuint loadShader(GLenum shaderType, const char* pSource) {
79 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 83 GLuint loadShader(GLenum shaderType, const char* pSource) {
86 glShaderSource(shader, 1, &pSource, NULL);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 325 const CFX_DIBSource* pSource = pImage->m_pImage->LoadDIBSource();
326 if (pSource) {
327 m_pBitmap = pSource->Clone();
328 delete pSource;
fpdf_render_loadimage.cpp 100 CPDF_DIBSource* pSource = new CPDF_DIBSource;
101 if (pSource->Load(m_pDocument, m_pStream, (CPDF_DIBSource**)ppMask,
103 return pSource;
105 delete pSource;
    [all...]
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 552 FX_BOOL CFX_SkiaDeviceDriver::StretchDIBits(const CFX_DIBSource* pSource,
562 return m_pAggDriver->StretchDIBits(pSource, argb, dest_left, dest_top,
567 FX_BOOL CFX_SkiaDeviceDriver::StartDIBits(const CFX_DIBSource* pSource,
575 return m_pAggDriver->StartDIBits(pSource, bitmap_alpha, argb, pMatrix,
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_noteimp.h 116 int32_t SetEventSource(IFWL_Widget* pSource,
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.h 76 void loadShader(GLenum shaderType, const char* pSource, GLuint* outShader);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dpnathlp.h 149 const PSOCKADDR pSource,
  /external/pdfium/core/src/fxge/win32/
win32_int.h 223 FX_BOOL UseFoxitStretchEngine(const CFX_DIBSource* pSource,
fx_win32_gdipext.cpp 464 const CFX_DIBitmap* pSource,
483 int src_width = pSource->GetWidth();
484 int src_height = pSource->GetHeight();
488 LPBYTE src_buf = pSource->GetBuffer();
489 int src_pitch = pSource->GetPitch();
    [all...]
  /external/pdfium/core/src/fxge/agg/src/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/include/fxcodec/
fx_codec.h 222 virtual FX_BOOL Encode(const class CFX_DIBSource* pSource,
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 181 FX_BOOL Encode(const CFX_DIBSource* pSource,
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp     [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 193 void loadShader(GLenum shaderType, const char* pSource, GLuint* outShader) {
197 glShaderSource(shader, 1, &pSource, NULL);
    [all...]

Completed in 530 milliseconds

1 23 4