HomeSort by relevance Sort by last modified time
    Searched refs:borderColor (Results 26 - 50 of 121) sorted by null

12 3 4 5

  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 551 CaptionColor borderColor = new CaptionColor(
562 new CaptionWindowAttr(fillColor, borderColor, borderType, wordWrap,
567 "CaptionCommand SWA fillColor: %s, borderColor: %s, borderType: %d"
571 fillColor, borderColor, borderType, wordWrap, printDirection,
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_dx.h 1230 SVGA3dRGBAFloat borderColor;
1253 SVGA3dRGBAFloat borderColor;
    [all...]
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDMainView.m 61 self.layer.borderColor = [[UIColor lightGrayColor] CGColor];
  /external/pdfium/fxjs/xfa/
cjx_exclgroup.cpp 160 void CJX_ExclGroup::borderColor(CFXJSE_Value* pValue,
cjx_field.cpp 383 void CJX_Field::borderColor(CFXJSE_Value* pValue,
  /external/swiftshader/src/Renderer/
PixelProcessor.hpp 233 void setBorderColor(unsigned int sampler, const Color<float> &borderColor);
Renderer.hpp 344 void setBorderColor(SamplerType type, int sampler, const Color<float> &borderColor);
VertexProcessor.cpp 587 void VertexProcessor::setBorderColor(unsigned int sampler, const Color<float> &borderColor)
591 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setBorderColor(borderColor);
PixelProcessor.cpp 432 void PixelProcessor::setBorderColor(unsigned int sampler, const Color<float> &borderColor)
436 context->sampler[sampler].setBorderColor(borderColor);
    [all...]
Renderer.cpp     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 147 void borderColor(const Color &color_);
148 Color borderColor(void) const;
    [all...]
  /external/ImageMagick/Magick++/lib/
Options.cpp 112 void Magick::Options::borderColor(const Color &color_)
118 Magick::Color Magick::Options::borderColor(void) const
Image.cpp 432 void Magick::Image::borderColor(const Color &borderColor_)
441 options()->borderColor(borderColor_);
444 Magick::Color Magick::Image::borderColor(void) const
446 return(constOptions()->borderColor());
    [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 253 rr::GenericVec4 borderColor;
282 , borderColor (borderColor_)
298 , borderColor (Vec4(0.0f, 0.0f, 0.0f, 0.0f))
    [all...]
tcuTextureUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 503 vk::VkBorderColor borderColor = vk::VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE,
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.h 596 SVGA3dRGBAFloat borderColor,
svga_cmd_vgpu10.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java 727 final int borderColor = context.getColor(typedValue.resourceId);
731 mPaint.setColor(borderColor);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 660 GLint borderColor = 0x1234;
663 ctx.glGetSamplerParameterIiv(sampler, GL_TEXTURE_BORDER_COLOR, &borderColor);
670 ctx.glGetSamplerParameterIiv(sampler, -1, &borderColor);
683 GLuint borderColor = 0x1234;
686 ctx.glGetSamplerParameterIuiv(sampler, GL_TEXTURE_BORDER_COLOR, &borderColor);
693 ctx.glGetSamplerParameterIuiv(sampler, -1, &borderColor);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifier.cpp 253 switch (m_samplerParams.borderColor)
  /system/extras/simpleperf/scripts/
report_html.js 895 let borderColor = {};
897 borderColor[key] = Math.max(0, color[key] - 50);
908 style="stroke:rgb(${borderColor.r},${borderColor.g},${borderColor.b})"/> \
    [all...]
  /cts/tests/tests/graphics/jni/
VulkanTestHelpers.cpp 363 .borderColor = VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE,
    [all...]

Completed in 1087 milliseconds

12 3 4 5