HomeSort by relevance Sort by last modified time
    Searched refs:currentAttributeIndex (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/ports/
FontHostConfiguration_android.cpp 90 int currentAttributeIndex = 0;
91 while (attributes[currentAttributeIndex]) {
92 const char* attributeName = attributes[currentAttributeIndex];
93 const char* attributeValue = attributes[currentAttributeIndex+1];
106 currentAttributeIndex += 2;
  /external/skia/src/ports/
FontHostConfiguration_android.cpp 80 int currentAttributeIndex = 0;
81 while (attributes[currentAttributeIndex]) {
82 const char* attributeName = attributes[currentAttributeIndex];
83 const char* attributeValue = attributes[currentAttributeIndex+1];
96 currentAttributeIndex += 2;

Completed in 55 milliseconds