HomeSort by relevance Sort by last modified time
    Searched refs:isAlpha (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImage.h 88 * @param isAlpha Whether or not this is the alpha of an image.
94 SkPDFImage(SkStream* stream, const SkBitmap& bitmap, bool isAlpha,
SkPDFImage.cpp 499 bool isAlpha,
502 : fIsAlpha(isAlpha),
527 if (!isAlpha && alphaOnly) {
538 if (isAlpha || alphaOnly) {
555 SkASSERT(!isAlpha);
  /external/skia/src/pdf/
SkPDFImage.h 77 * @param isAlpha Whether or not this is the alpha of an image.
83 SkPDFImage(SkStream* stream, const SkBitmap& bitmap, bool isAlpha,
SkPDFImage.cpp 500 bool isAlpha,
503 : fIsAlpha(isAlpha),
528 if (!isAlpha && alphaOnly) {
539 if (isAlpha || alphaOnly) {
556 SkASSERT(!isAlpha);
  /external/arduino/hardware/arduino/cores/arduino/
WCharacter.h 27 inline boolean isAlpha(int c) __attribute__((always_inline));
45 // It is equivalent to (isalpha(c) || isdigit(c)).
54 inline boolean isAlpha(int c)
56 return ( isalpha(c) == 0 ? false : true);
  /external/deqp/framework/opengl/
gluVarTypeUtil.cpp 48 static inline bool isAlpha (char c) { return de::inRange(c, 'a', 'z') || de::inRange(c, 'A', 'Z'); }
49 static inline bool isIdentifierChar (char c) { return isAlpha(c) || isNum(c) || c == '_'; }
  /external/nist-sip/java/gov/nist/core/
StringTokenizer.java 81 public static boolean isAlpha(char ch) {
  /external/chromium_org/third_party/icu/source/test/perf/charperf/
charperf.cpp 128 return new CharPerfFunction(isAlpha, MIN_, MAX_);
charperf.h 119 inline void isAlpha(UChar32 ch)
  /external/icu/icu4c/source/test/perf/charperf/
charperf.cpp 128 return new CharPerfFunction(isAlpha, MIN_, MAX_);
charperf.h 119 inline void isAlpha(UChar32 ch)
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
renderer11_utils.cpp 26 D3D11_BLEND ConvertBlendFunc(GLenum glBlend, bool isAlpha)
34 case GL_SRC_COLOR: d3dBlend = (isAlpha ? D3D11_BLEND_SRC_ALPHA : D3D11_BLEND_SRC_COLOR); break;
35 case GL_ONE_MINUS_SRC_COLOR: d3dBlend = (isAlpha ? D3D11_BLEND_INV_SRC_ALPHA : D3D11_BLEND_INV_SRC_COLOR); break;
36 case GL_DST_COLOR: d3dBlend = (isAlpha ? D3D11_BLEND_DEST_ALPHA : D3D11_BLEND_DEST_COLOR); break;
37 case GL_ONE_MINUS_DST_COLOR: d3dBlend = (isAlpha ? D3D11_BLEND_INV_DEST_ALPHA : D3D11_BLEND_INV_DEST_COLOR); break;
    [all...]
renderer11_utils.h 30 D3D11_BLEND ConvertBlendFunc(GLenum glBlend, bool isAlpha);
  /frameworks/base/tools/aapt/
AaptAssets.cpp 154 inline bool isAlpha(const String8& string) {
157 if (!isalpha(string[i])) {
222 if (isAlpha(lang) && (lang.length() == 2 || lang.length() == 3)) {
234 if ((part2.length() == 2 && isAlpha(part2)) ||
237 } else if (part2.length() == 4 && isAlpha(part2)) {
251 if (((part3.length() == 2 && isAlpha(part3)) ||
349 if ((part.length() == 2 || part.length() == 3) && isAlpha(part)) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java 113 public boolean isAlpha() {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java     [all...]
  /external/deqp/modules/glshared/
glsShaderLibrary.cpp 77 DE_INLINE deBool isAlpha (char c)
376 else if (isAlpha(*m_curPtr))
    [all...]
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 

Completed in 376 milliseconds

1 2