Searched refs:oddHeight (Results 1 – 2 of 2) sorted by relevance
3466 const bool oddHeight = SkToBool(progIdx & 0x1); in createMipmapProgram() local3467 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1); in createMipmapProgram()3520 if (oddWidth && oddHeight) { in createMipmapProgram()3532 } else if (oddHeight) { in createMipmapProgram()3563 if (oddWidth && oddHeight) { in createMipmapProgram()3570 } else if (oddWidth || oddHeight) { in createMipmapProgram()
3438 const bool oddHeight = SkToBool(progIdx & 0x1); in createMipmapProgram() local3439 const int numTaps = (oddWidth ? 2 : 1) * (oddHeight ? 2 : 1); in createMipmapProgram()3492 if (oddWidth && oddHeight) { in createMipmapProgram()3504 } else if (oddHeight) { in createMipmapProgram()3535 if (oddWidth && oddHeight) { in createMipmapProgram()3542 } else if (oddWidth || oddHeight) { in createMipmapProgram()