Searched refs:getConfig (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/markdown/extensions/
H A D__init__.py51 def getConfig(self, key, default=''): member in class:Extension
60 return dict([(key, self.getConfig(key)) for key in self.config.keys()])
H A Dfootnotes.py133 if child.text.find(self.getConfig("PLACE_MARKER")) > -1:
136 if child.tail.find(self.getConfig("PLACE_MARKER")) > -1:
150 if self.getConfig("UNIQUE_IDS"):
157 if self.getConfig("UNIQUE_IDS"):
339 text = text.replace(FN_BACKLINK_TEXT, self.footnotes.getConfig("BACKLINK_TEXT"))
/external/markdown/markdown/extensions/
H A Drss.py70 for tag, text in (("title", self.ext.getConfig("TITLE")),
71 ("link", self.ext.getConfig("URL")),
84 link.text = self.ext.getConfig("URL")
H A Dfootnotes.py85 if child.text.find(self.getConfig("PLACE_MARKER")) > -1:
88 if child.tail.find(self.getConfig("PLACE_MARKER")) > -1:
102 if self.getConfig("UNIQUE_IDS"):
109 if self.getConfig("UNIQUE_IDS"):
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DSampleApplication.h39 EGLConfig getConfig() const;
H A DSampleApplication.cpp61 EGLConfig SampleApplication::getConfig() const function in class:SampleApplication
63 return mEGLWindow->getConfig();
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DTransformationUtils.java60 result = Bitmap.createBitmap(width, height, toCrop.getConfig() == null ?
61 Bitmap.Config.ARGB_8888 : toCrop.getConfig());
104 Bitmap.Config config = toFit.getConfig() != null ? toFit.getConfig() : Bitmap.Config.ARGB_8888;
272 Bitmap result = pool.get(newWidth, newHeight, toOrient.getConfig());
274 result = Bitmap.createBitmap(newWidth, newHeight, toOrient.getConfig());
H A DCenterCrop.java28 final Bitmap toReuse = pool.get(outWidth, outHeight, resource.get().getConfig());
H A DDownsampler.java186 Bitmap.Config config = getConfig(bis, decodeFormat);
221 private Bitmap.Config getConfig(RecyclableBufferedInputStream bis, DecodeFormat format) { method in class:Downsampler
/external/deqp/modules/egl/
H A DteglNegativeApiTests.cpp264 if (getConfig(&es1OnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_ES_BIT) << (ConfigRenderableType() ^ EGL_OPENGL_BIT)))
272 if (getConfig(&es2OnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_ES2_BIT) << (ConfigRenderableType() ^ EGL_OPENGL_BIT)))
280 if (getConfig(&vgOnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENVG_BIT) << (ConfigRenderableType() ^ EGL_OPENGL_BIT)))
291 if (getConfig(&glOnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_BIT) << (ConfigRenderableType() ^ (EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT))))
299 if (getConfig(&vgOnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENVG_BIT) << (ConfigRenderableType() ^ (EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT))))
310 if (getConfig(&glOnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_BIT) << (ConfigRenderableType() ^ EGL_OPENVG_BIT)))
318 if (getConfig(&es1OnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_ES_BIT) << (ConfigRenderableType() ^ EGL_OPENVG_BIT)))
326 if (getConfig(&es2OnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_ES2_BIT) << (ConfigRenderableType() ^ EGL_OPENVG_BIT)))
341 if (getConfig(&notES1Config, FilterList() << (ConfigRenderableType() ^ EGL_OPENGL_ES_BIT)))
356 if (getConfig(
[all...]
H A DteglApiCase.hpp61 bool getConfig (EGLConfig* cfg, const eglu::FilterList& filters);
H A DteglApiCase.cpp121 bool ApiCase::getConfig (EGLConfig* config,const eglu::FilterList& filters) function in class:deqp::egl::ApiCase
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp325 const FboConfig& getConfig (void) const { return m_config; } function in class:deqp::gles2::Functional::FboIncompleteException
359 const FboConfig& getConfig (void) const { return m_config; } function in class:deqp::gles2::Functional::Framebuffer
544 const FboConfig& getConfig (void) const { return m_config; } function in class:deqp::gles2::Functional::FboRenderCase
668 Framebuffer fbo(context, getConfig(), width, height);
697 if (fbo.getConfig().colorbufferType == GL_TEXTURE_2D)
773 Framebuffer fbo(ctx, getConfig(), width, height);
795 if (fbo.getConfig().colorbufferType == GL_TEXTURE_2D)
875 Framebuffer fboA(context, getConfig(), m_fboAWidth, m_fboAHeight);
885 Framebuffer fboB(context, getConfig(), m_fboBWidth, m_fboBHeight);
957 Framebuffer fbo(context, getConfig(), widt
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DAttributeStrategy.java14 final Key key = keyPool.get(bitmap.getWidth(), bitmap.getHeight(), bitmap.getConfig());
52 return getBitmapString(bitmap.getWidth(), bitmap.getHeight(), bitmap.getConfig());
/external/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp34 CGF.EmitBranchOnBoolExpr(E->getConfig(), ContBlock, ConfigOKBlock,
/external/chromium_org/third_party/angle/util/
H A DEGLWindow.h52 EGLConfig getConfig() const;
H A DEGLWindow.cpp49 EGLConfig EGLWindow::getConfig() const function in class:EGLWindow
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBitmapTest.java41 assertEquals(bitmap.getConfig(), Config.ARGB_8888);
137 assertEquals(shadowOf(bitmapCopy).getConfig(), Config.ARGB_8888);
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp143 const FboConfig& getConfig (void) const { return m_config; } function in class:deqp::gles3::Functional::Framebuffer
589 if (fbo.getConfig().colorType == GL_TEXTURE_2D)
720 if (fboA.getConfig().colorType == GL_TEXTURE_2D)
731 readPixels(context, dst, 0, 0, width, height, glu::mapGLInternalFormat(fboA.getConfig().colorFormat), Vec4(1.0f), Vec4(0.0f));
1156 if (fbo.getConfig().colorType == GL_TEXTURE_2D)
1169 switch (fbo.getConfig().colorType)
1173 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().colorFormat, newWidth, newHeight);
1178 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().colorFormat, newWidth, newHeight);
1187 switch (fbo.getConfig().depthStencilType)
1191 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig()
[all...]
/external/deqp/framework/egl/
H A DtcuEgl.hpp144 EGLConfig getConfig (void) const { return m_config; } function in class:tcu::egl::Context
/external/glide/library/tests/src/com/bumptech/glide/load/engine/bitmap_recycle/
H A DSizeStrategyTest.java67 assertEquals(Bitmap.Config.RGB_565, result.getConfig());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBitmap.java89 public final Bitmap.Config getConfig() { method in class:ShadowBitmap
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DUiUtils.java176 if (scaledScreenshot.getConfig() != bitmapConfig) {
/external/markdown/markdown/
H A D__init__.py476 def getConfig(self, key): member in class:Extension
/external/skia/include/core/
H A DSkBitmap.h61 Config getConfig() const { return this->config(); } function in class:SkBitmap

Completed in 710 milliseconds

12